#036296

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

Shades of Cerulean #036296

Tints of Cerulean #036296

Color information

#036296 (or 0x036296) is unknown color: approx Cerulean. HEX triplet: 03, 62 and 96. RGB value is (3,98,150). Sum of RGB (Red+Green+Blue) = 3+98+150=251 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.20% from 251); Green value is 98 (38.67% from 255 or 39.04% from 251); Blue value is 150 (58.98% from 255 or 59.76% from 251); Max value from RGB is 150 - color contains mainly: blue. Hex color #036296 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036296 is #FC9D69. Grayscale: #4B4B4B. Windows color (decimal): -16555370 or 9855491. OLE color: 9855491.

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

Color convert

RGB398150-
CMYK0.980.3500.41
HSL201.22º96.08%30%-
HSV(B)201.22º98%58.82%-
XYZ9.9110.9630.45-
YUV75.52170.0376.27-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.20%
GREEN value IS 98 (38.67% from 255) = 39.04%
BLUE value IS 150 (58.98% from 255) = 59.76%
R=1.20%
G=39.04%
B=59.76%

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
Decimal3981500.980.3500.41201.2296.0830
Hex362966223029c9601e
Octal31422261424305131114036
Binary111100010100101101100010100011010100111001001110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036296; }

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

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

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

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

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

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

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

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