#3A4CA9

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

Shades of Cerulean Blue #3A4CA9

Tints of Cerulean Blue #3A4CA9

Color information

#3A4CA9 (or 0x3A4CA9) is unknown color: approx Cerulean Blue. HEX triplet: 3A, 4C and A9. RGB value is (58,76,169). Sum of RGB (Red+Green+Blue) = 58+76+169=303 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.14% from 303); Green value is 76 (30.08% from 255 or 25.08% from 303); Blue value is 169 (66.41% from 255 or 55.78% from 303); Max value from RGB is 169 - color contains mainly: blue. Hex color #3A4CA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A4CA9 is #C5B356. Grayscale: #505050. Windows color (decimal): -12956503 or 11095098. OLE color: 11095098.

HSL color Cylindrical-coordinate representation of color #3A4CA9: hue angle of 230.27º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A4CA9 is Cyan = 0.66, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB5876169-
CMYK0.660.5500.34
HSL230.27º48.9%44.51%-
HSV(B)230.27º65.68%66.27%-
XYZ11.498.9338.65-
YUV81.22177.54111.44-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.14%
GREEN value IS 76 (30.08% from 255) = 25.08%
BLUE value IS 169 (66.41% from 255) = 55.78%
R=19.14%
G=25.08%
B=55.78%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal58761690.660.5500.34230.2748.944.51
Hex3A4CA94237022e6312d
Octal72114251102670423466155
Binary1110101001100101010011000010110111010001011100110110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,76,169); }

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

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

 a { background-color: rgb(58,76,169); }

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

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

 span { border-color: rgb(58,76,169); }

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