#036996

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

Shades of Cerulean #036996

Tints of Cerulean #036996

Color information

#036996 (or 0x036996) is unknown color: approx Cerulean. HEX triplet: 03, 69 and 96. RGB value is (3,105,150). Sum of RGB (Red+Green+Blue) = 3+105+150=258 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.16% from 258); Green value is 105 (41.41% from 255 or 40.70% from 258); Blue value is 150 (58.98% from 255 or 58.14% from 258); Max value from RGB is 150 - color contains mainly: blue. Hex color #036996 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036996 is #FC9669. Grayscale: #4F4F4F. Windows color (decimal): -16553578 or 9857283. OLE color: 9857283.

HSL color Cylindrical-coordinate representation of color #036996: hue angle of 198.37º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #036996 is Cyan = 0.98, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB3105150-
CMYK0.980.3000.41
HSL198.37º96.08%30%-
HSV(B)198.37º98%58.82%-
XYZ10.5912.3230.67-
YUV79.63167.7173.34-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.16%
GREEN value IS 105 (41.41% from 255) = 40.70%
BLUE value IS 150 (58.98% from 255) = 58.14%
R=1.16%
G=40.70%
B=58.14%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal31051500.980.3000.41198.3796.0830
Hex36996621E029c6601e
Octal31512261423605130614036
Binary11110100110010110110001011110010100111000110110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036996; }

 p { color: rgb(3,105,150); }

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

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

 a { background-color: rgb(3,105,150); }

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

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

 span { border-color: rgb(3,105,150); }

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