#036EB4

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

Shades of Cerulean #036EB4

Tints of Cerulean #036EB4

Color information

#036EB4 (or 0x036EB4) is unknown color: approx Cerulean. HEX triplet: 03, 6E and B4. RGB value is (3,110,180). Sum of RGB (Red+Green+Blue) = 3+110+180=293 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.02% from 293); Green value is 110 (43.36% from 255 or 37.54% from 293); Blue value is 180 (70.70% from 255 or 61.43% from 293); Max value from RGB is 180 - color contains mainly: blue. Hex color #036EB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036EB4 is #FC914B. Grayscale: #555555. Windows color (decimal): -16552268 or 11824643. OLE color: 11824643.

HSL color Cylindrical-coordinate representation of color #036EB4: hue angle of 203.73º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #036EB4 is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB3110180-
CMYK0.980.3900.29
HSL203.73º96.72%35.88%-
HSV(B)203.73º98.33%70.59%-
XYZ13.8514.4745.24-
YUV85.99181.0568.81-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.02%
GREEN value IS 110 (43.36% from 255) = 37.54%
BLUE value IS 180 (70.70% from 255) = 61.43%
R=1.02%
G=37.54%
B=61.43%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal31101800.980.3900.29203.7396.7235.88
Hex36EB4622701Dcc6124
Octal31562641424703531414144
Binary111101110101101001100010100111011101110011001100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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