#036AAC

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

Shades of Cerulean #036AAC

Tints of Cerulean #036AAC

Color information

#036AAC (or 0x036AAC) is unknown color: approx Cerulean. HEX triplet: 03, 6A and AC. RGB value is (3,106,172). Sum of RGB (Red+Green+Blue) = 3+106+172=281 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.07% from 281); Green value is 106 (41.80% from 255 or 37.72% from 281); Blue value is 172 (67.58% from 255 or 61.21% from 281); Max value from RGB is 172 - color contains mainly: blue. Hex color #036AAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036AAC is #FC9553. Grayscale: #525252. Windows color (decimal): -16553300 or 11299331. OLE color: 11299331.

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

Color convert

RGB3106172-
CMYK0.980.3800.33
HSL203.43º96.57%34.31%-
HSV(B)203.43º98.26%67.45%-
XYZ12.6413.3140.93-
YUV82.73178.3871.13-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.07%
GREEN value IS 106 (41.80% from 255) = 37.72%
BLUE value IS 172 (67.58% from 255) = 61.21%
R=1.07%
G=37.72%
B=61.21%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal31061720.980.3800.33203.4396.5734.31
Hex36AAC6226021cb6122
Octal31522541424604131314142
Binary1111010101010110011000101001100100001110010111100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,106,172); }

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

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

 a { background-color: rgb(3,106,172); }

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

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

 span { border-color: rgb(3,106,172); }

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