#036EAE

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

Shades of Cerulean #036EAE

Tints of Cerulean #036EAE

Color information

#036EAE (or 0x036EAE) is unknown color: approx Cerulean. HEX triplet: 03, 6E and AE. RGB value is (3,110,174). Sum of RGB (Red+Green+Blue) = 3+110+174=287 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.05% from 287); Green value is 110 (43.36% from 255 or 38.33% from 287); Blue value is 174 (68.36% from 255 or 60.63% from 287); Max value from RGB is 174 - color contains mainly: blue. Hex color #036EAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036EAE is #FC9151. Grayscale: #545454. Windows color (decimal): -16552274 or 11431427. OLE color: 11431427.

HSL color Cylindrical-coordinate representation of color #036EAE: hue angle of 202.46º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #036EAE is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3110174-
CMYK0.980.3700.32
HSL202.46º96.61%34.71%-
HSV(B)202.46º98.28%68.24%-
XYZ13.2514.2342.09-
YUV85.3178.0569.3-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.05%
GREEN value IS 110 (43.36% from 255) = 38.33%
BLUE value IS 174 (68.36% from 255) = 60.63%
R=1.05%
G=38.33%
B=60.63%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal31101740.980.3700.32202.4696.6134.71
Hex36EAE6225020ca6123
Octal31562561424504031214143
Binary1111011101010111011000101001010100000110010101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,110,174); }

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

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

 a { background-color: rgb(3,110,174); }

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

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

 span { border-color: rgb(3,110,174); }

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