#03496D

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

Shades of Dark Cerulean #03496D

Tints of Dark Cerulean #03496D

Color information

#03496D (or 0x03496D) is unknown color: approx Dark Cerulean. HEX triplet: 03, 49 and 6D. RGB value is (3,73,109). Sum of RGB (Red+Green+Blue) = 3+73+109=185 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.62% from 185); Green value is 73 (28.91% from 255 or 39.46% from 185); Blue value is 109 (42.97% from 255 or 58.92% from 185); Max value from RGB is 109 - color contains mainly: blue. Hex color #03496D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03496D is #FCB692. Grayscale: #373737. Windows color (decimal): -16561811 or 7162115. OLE color: 7162115.

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

Color convert

RGB373109-
CMYK0.970.3300.57
HSL200.38º94.64%21.96%-
HSV(B)200.38º97.25%42.75%-
XYZ5.185.8915.33-
YUV56.17157.8190.07-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.62%
GREEN value IS 73 (28.91% from 255) = 39.46%
BLUE value IS 109 (42.97% from 255) = 58.92%
R=1.62%
G=39.46%
B=58.92%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal3731090.970.3300.57200.3894.6421.96
Hex3496D6121039c85f16
Octal31111551414107131013726
Binary11100100111011011100001100001011100111001000101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03496D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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