#036C91

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

Shades of Cerulean #036C91

Tints of Cerulean #036C91

Color information

#036C91 (or 0x036C91) is unknown color: approx Cerulean. HEX triplet: 03, 6C and 91. RGB value is (3,108,145). Sum of RGB (Red+Green+Blue) = 3+108+145=256 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.17% from 256); Green value is 108 (42.58% from 255 or 42.19% from 256); Blue value is 145 (57.03% from 255 or 56.64% from 256); Max value from RGB is 145 - color contains mainly: blue. Hex color #036C91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036C91 is #FC936E. Grayscale: #505050. Windows color (decimal): -16552815 or 9530371. OLE color: 9530371.

HSL color Cylindrical-coordinate representation of color #036C91: hue angle of 195.63º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #036C91 is Cyan = 0.98, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3108145-
CMYK0.980.2600.43
HSL195.63º95.95%29.02%-
HSV(B)195.63º97.93%56.86%-
XYZ10.5112.7928.7-
YUV80.82164.2172.49-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.17%
GREEN value IS 108 (42.58% from 255) = 42.19%
BLUE value IS 145 (57.03% from 255) = 56.64%
R=1.17%
G=42.19%
B=56.64%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal31081450.980.2600.43195.6395.9529.02
Hex36C91621A02Bc4601d
Octal31542211423205330414035
Binary11110110010010001110001011010010101111000100110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036C91; }

 p { color: rgb(3,108,145); }

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

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

 a { background-color: rgb(3,108,145); }

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

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

 span { border-color: rgb(3,108,145); }

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