#036FAB

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

Shades of Cerulean #036FAB

Tints of Cerulean #036FAB

Color information

#036FAB (or 0x036FAB) is unknown color: approx Cerulean. HEX triplet: 03, 6F and AB. RGB value is (3,111,171). Sum of RGB (Red+Green+Blue) = 3+111+171=285 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.05% from 285); Green value is 111 (43.75% from 255 or 38.95% from 285); Blue value is 171 (67.19% from 255 or 60% from 285); Max value from RGB is 171 - color contains mainly: blue. Hex color #036FAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036FAB is #FC9054. Grayscale: #555555. Windows color (decimal): -16552021 or 11235075. OLE color: 11235075.

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

Color convert

RGB3111171-
CMYK0.980.3500.33
HSL201.43º96.55%34.12%-
HSV(B)201.43º98.25%67.06%-
XYZ13.0714.3340.6-
YUV85.55176.2269.12-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.05%
GREEN value IS 111 (43.75% from 255) = 38.95%
BLUE value IS 171 (67.19% from 255) = 60%
R=1.05%
G=38.95%
B=60%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal31111710.980.3500.33201.4396.5534.12
Hex36FAB6223021c96122
Octal31572531424304131114142
Binary1111011111010101111000101000110100001110010011100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,111,171); }

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

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

 a { background-color: rgb(3,111,171); }

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

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

 span { border-color: rgb(3,111,171); }

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