#036BAE

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

Shades of Cerulean #036BAE

Tints of Cerulean #036BAE

Color information

#036BAE (or 0x036BAE) is unknown color: approx Cerulean. HEX triplet: 03, 6B and AE. RGB value is (3,107,174). Sum of RGB (Red+Green+Blue) = 3+107+174=284 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 284); Green value is 107 (42.19% from 255 or 37.68% from 284); Blue value is 174 (68.36% from 255 or 61.27% from 284); Max value from RGB is 174 - color contains mainly: blue. Hex color #036BAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036BAE is #FC9451. Grayscale: #535353. Windows color (decimal): -16553042 or 11430659. OLE color: 11430659.

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

Color convert

RGB3107174-
CMYK0.980.3900.32
HSL203.51º96.61%34.71%-
HSV(B)203.51º98.28%68.24%-
XYZ12.9413.5941.99-
YUV83.54179.0470.55-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.06%
GREEN value IS 107 (42.19% from 255) = 37.68%
BLUE value IS 174 (68.36% from 255) = 61.27%
R=1.06%
G=37.68%
B=61.27%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal31071740.980.3900.32203.5196.6134.71
Hex36BAE6227020cc6123
Octal31532561424704031414143
Binary1111010111010111011000101001110100000110011001100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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