#036DAE

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

Shades of Cerulean #036DAE

Tints of Cerulean #036DAE

Color information

#036DAE (or 0x036DAE) is unknown color: approx Cerulean. HEX triplet: 03, 6D and AE. RGB value is (3,109,174). Sum of RGB (Red+Green+Blue) = 3+109+174=286 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.05% from 286); Green value is 109 (42.97% from 255 or 38.11% from 286); Blue value is 174 (68.36% from 255 or 60.84% from 286); Max value from RGB is 174 - color contains mainly: blue. Hex color #036DAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036DAE is #FC9251. Grayscale: #545454. Windows color (decimal): -16552530 or 11431171. OLE color: 11431171.

HSL color Cylindrical-coordinate representation of color #036DAE: hue angle of 202.81º 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 #036DAE is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3109174-
CMYK0.980.3700.32
HSL202.81º96.61%34.71%-
HSV(B)202.81º98.28%68.24%-
XYZ13.1514.0142.06-
YUV84.72178.3869.71-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.05%
GREEN value IS 109 (42.97% from 255) = 38.11%
BLUE value IS 174 (68.36% from 255) = 60.84%
R=1.05%
G=38.11%
B=60.84%

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
Decimal31091740.980.3700.32202.8196.6134.71
Hex36DAE6225020cb6123
Octal31552561424504031314143
Binary1111011011010111011000101001010100000110010111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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