#03496B

Color #03496B Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #03496B

Tints of Dark Cerulean #03496B

Color information

#03496B (or 0x03496B) is unknown color: approx Dark Cerulean. HEX triplet: 03, 49 and 6B. RGB value is (3,73,107). Sum of RGB (Red+Green+Blue) = 3+73+107=183 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.64% from 183); Green value is 73 (28.91% from 255 or 39.89% from 183); Blue value is 107 (42.19% from 255 or 58.47% from 183); Max value from RGB is 107 - color contains mainly: blue. Hex color #03496B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03496B is #FCB694. Grayscale: #373737. Windows color (decimal): -16561813 or 7031043. OLE color: 7031043.

HSL color Cylindrical-coordinate representation of color #03496B: hue angle of 199.62º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03496B is Cyan = 0.97, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB373107-
CMYK0.970.3200.58
HSL199.62º94.55%21.57%-
HSV(B)199.62º97.2%41.96%-
XYZ5.075.8514.77-
YUV55.95156.8190.24-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.64%
GREEN value IS 73 (28.91% from 255) = 39.89%
BLUE value IS 107 (42.19% from 255) = 58.47%
R=1.64%
G=39.89%
B=58.47%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3731070.970.3200.58199.6294.5521.57
Hex3496B612003Ac85f16
Octal31111531414007231013726
Binary11100100111010111100001100000011101011001000101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03496B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03496B; }

 p { color: rgb(3,73,107); }

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

<style>
 a { background-color: #03496B; }

 a { background-color: rgb(3,73,107); }

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

<style>
 span { border-color: #03496B; }

 span { border-color: rgb(3,73,107); }

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