#3A4BAD

Color #3A4BAD Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #3A4BAD

Tints of Cerulean Blue #3A4BAD

Color information

#3A4BAD (or 0x3A4BAD) is unknown color: approx Cerulean Blue. HEX triplet: 3A, 4B and AD. RGB value is (58,75,173). Sum of RGB (Red+Green+Blue) = 58+75+173=306 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.95% from 306); Green value is 75 (29.69% from 255 or 24.51% from 306); Blue value is 173 (67.97% from 255 or 56.54% from 306); Max value from RGB is 173 - color contains mainly: blue. Hex color #3A4BAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A4BAD is #C5B452. Grayscale: #505050. Windows color (decimal): -12956755 or 11356986. OLE color: 11356986.

HSL color Cylindrical-coordinate representation of color #3A4BAD: hue angle of 231.13º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A4BAD is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5875173-
CMYK0.660.5700.32
HSL231.13º49.78%45.29%-
HSV(B)231.13º66.47%67.84%-
XYZ11.88.9540.64-
YUV81.09179.87111.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 58 (23.05% from 255) = 18.95%
GREEN value IS 75 (29.69% from 255) = 24.51%
BLUE value IS 173 (67.97% from 255) = 56.54%
R=18.95%
G=24.51%
B=56.54%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal58751730.660.5700.32231.1349.7845.29
Hex3A4BAD4239020e7322d
Octal72113255102710403476255
Binary1110101001011101011011000010111001010000011100111110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A4BAD; }

 p { color: rgb(58,75,173); }

 H1.HeaderClassName
 {
   color: #3A4BAD;
 }
 .AnyTagClassName
 {
   color: #3A4BAD;
 }
</style>
background-color css

<style>
 a { background-color: #3A4BAD; }

 a { background-color: rgb(58,75,173); }

 div.DivClassName
 {
   background-color: #3A4BAD;
 }
 .BgClassName
 {
   background-color: #3A4BAD;
 }
</style>
border-color css

<style>
 span { border-color: #3A4BAD; }

 span { border-color: rgb(58,75,173); }

 td.TdClassName
 {
   border-color: #3A4BAD;
 }
 .TagClassName
 {
   border-color: #3A4BAD;
 }
</style>