#036196

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

Shades of Cerulean #036196

Tints of Cerulean #036196

Color information

#036196 (or 0x036196) is unknown color: approx Cerulean. HEX triplet: 03, 61 and 96. RGB value is (3,97,150). Sum of RGB (Red+Green+Blue) = 3+97+150=250 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.2% from 250); Green value is 97 (38.28% from 255 or 38.8% from 250); Blue value is 150 (58.98% from 255 or 60% from 250); Max value from RGB is 150 - color contains mainly: blue. Hex color #036196 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036196 is #FC9E69. Grayscale: #4A4A4A. Windows color (decimal): -16555626 or 9855235. OLE color: 9855235.

HSL color Cylindrical-coordinate representation of color #036196: hue angle of 201.63º 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 #036196 is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB397150-
CMYK0.980.3500.41
HSL201.63º96.08%30%-
HSV(B)201.63º98%58.82%-
XYZ9.8210.7730.42-
YUV74.94170.3676.69-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.2%
GREEN value IS 97 (38.28% from 255) = 38.8%
BLUE value IS 150 (58.98% from 255) = 60%
R=1.2%
G=38.8%
B=60%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal3971500.980.3500.41201.6396.0830
Hex361966223029ca601e
Octal31412261424305131214036
Binary111100001100101101100010100011010100111001010110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036196; }

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

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

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

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

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

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

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

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