#033E86

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

Shades of Dark Cerulean #033E86

Tints of Dark Cerulean #033E86

Color information

#033E86 (or 0x033E86) is unknown color: approx Dark Cerulean. HEX triplet: 03, 3E and 86. RGB value is (3,62,134). Sum of RGB (Red+Green+Blue) = 3+62+134=199 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.51% from 199); Green value is 62 (24.61% from 255 or 31.16% from 199); Blue value is 134 (52.73% from 255 or 67.34% from 199); Max value from RGB is 134 - color contains mainly: blue. Hex color #033E86 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033E86 is #FCC179. Grayscale: #343434. Windows color (decimal): -16564602 or 8797699. OLE color: 8797699.

HSL color Cylindrical-coordinate representation of color #033E86: hue angle of 212.98º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033E86 is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB362134-
CMYK0.980.5400.47
HSL212.98º95.62%26.86%-
HSV(B)212.98º97.76%52.55%-
XYZ6.065.1923.24-
YUV52.57173.9592.65-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.51%
GREEN value IS 62 (24.61% from 255) = 31.16%
BLUE value IS 134 (52.73% from 255) = 67.34%
R=1.51%
G=31.16%
B=67.34%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal3621340.980.5400.47212.9895.6226.86
Hex33E86623602Fd5601b
Octal3762061426605732514033
Binary11111110100001101100010110110010111111010101110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033E86; }

 p { color: rgb(3,62,134); }

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

<style>
 a { background-color: #033E86; }

 a { background-color: rgb(3,62,134); }

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

<style>
 span { border-color: #033E86; }

 span { border-color: rgb(3,62,134); }

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