#036CA2

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

Shades of Cerulean #036CA2

Tints of Cerulean #036CA2

Color information

#036CA2 (or 0x036CA2) is unknown color: approx Cerulean. HEX triplet: 03, 6C and A2. RGB value is (3,108,162). Sum of RGB (Red+Green+Blue) = 3+108+162=273 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.10% from 273); Green value is 108 (42.58% from 255 or 39.56% from 273); Blue value is 162 (63.67% from 255 or 59.34% from 273); Max value from RGB is 162 - color contains mainly: blue. Hex color #036CA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036CA2 is #FC935D. Grayscale: #525252. Windows color (decimal): -16552798 or 10644483. OLE color: 10644483.

HSL color Cylindrical-coordinate representation of color #036CA2: hue angle of 200.38º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #036CA2 is Cyan = 0.98, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB3108162-
CMYK0.980.3300.36
HSL200.38º96.36%32.35%-
HSV(B)200.38º98.15%63.53%-
XYZ11.9213.3536.13-
YUV82.76172.7171.11-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.10%
GREEN value IS 108 (42.58% from 255) = 39.56%
BLUE value IS 162 (63.67% from 255) = 59.34%
R=1.10%
G=39.56%
B=59.34%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal31081620.980.3300.36200.3896.3632.35
Hex36CA26221024c86020
Octal31542421424104431014040
Binary1111011001010001011000101000010100100110010001100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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