#036CAE

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

Shades of Cerulean #036CAE

Tints of Cerulean #036CAE

Color information

#036CAE (or 0x036CAE) is unknown color: approx Cerulean. HEX triplet: 03, 6C and AE. RGB value is (3,108,174). Sum of RGB (Red+Green+Blue) = 3+108+174=285 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.05% from 285); Green value is 108 (42.58% from 255 or 37.89% from 285); Blue value is 174 (68.36% from 255 or 61.05% from 285); Max value from RGB is 174 - color contains mainly: blue. Hex color #036CAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036CAE is #FC9351. Grayscale: #535353. Windows color (decimal): -16552786 or 11430915. OLE color: 11430915.

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

Color convert

RGB3108174-
CMYK0.980.3800.32
HSL203.16º96.61%34.71%-
HSV(B)203.16º98.28%68.24%-
XYZ13.0413.842.02-
YUV84.13178.7170.13-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.05%
GREEN value IS 108 (42.58% from 255) = 37.89%
BLUE value IS 174 (68.36% from 255) = 61.05%
R=1.05%
G=37.89%
B=61.05%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal31081740.980.3800.32203.1696.6134.71
Hex36CAE6226020cb6123
Octal31542561424604031314143
Binary1111011001010111011000101001100100000110010111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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