#036496

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

Shades of Cerulean #036496

Tints of Cerulean #036496

Color information

#036496 (or 0x036496) is unknown color: approx Cerulean. HEX triplet: 03, 64 and 96. RGB value is (3,100,150). Sum of RGB (Red+Green+Blue) = 3+100+150=253 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.19% from 253); Green value is 100 (39.45% from 255 or 39.53% from 253); Blue value is 150 (58.98% from 255 or 59.29% from 253); Max value from RGB is 150 - color contains mainly: blue. Hex color #036496 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036496 is #FC9B69. Grayscale: #4C4C4C. Windows color (decimal): -16554858 or 9856003. OLE color: 9856003.

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

Color convert

RGB3100150-
CMYK0.980.3300.41
HSL200.41º96.08%30%-
HSV(B)200.41º98%58.82%-
XYZ10.111.3430.51-
YUV76.7169.3675.43-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.19%
GREEN value IS 100 (39.45% from 255) = 39.53%
BLUE value IS 150 (58.98% from 255) = 59.29%
R=1.19%
G=39.53%
B=59.29%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal31001500.980.3300.41200.4196.0830
Hex364966221029c8601e
Octal31442261424105131014036
Binary111100100100101101100010100001010100111001000110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036496; }

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

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

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

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

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

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

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

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