Html Css Color HEX #036AAA Cerulean

📋 copy color: '#036AAA'

red 3 ◦ green 106 ◦ blue 170

#036AAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #036AAA

Tints of Cerulean #036AAA

RGB

 RED value IS 3 (1.56% from 255) = 1.08%

 GREEN value IS 106 (41.8% from 255) = 37.99%

 BLUE value IS 170 (66.8% from 255) = 60.93%

R = 1.08%
G = 37.99%
B = 60.93%

CMYK

 C value IS 0.98

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#036AAA (or 0x036AAA) is known color: Cerulean. HEX triplet: 03, 6A and AA. RGB value is (3,106,170). Sum of RGB (Red+Green+Blue) = 3+106+170=279 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.08% from 279); Green value is 106 (41.80% from 255 or 37.99% from 279); Blue value is 170 (66.80% from 255 or 60.93% from 279); Max value from RGB is 170 - color contains mainly: blue. Hex color #036AAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036AAA is #FC9555. Grayscale: #525252. Windows color (decimal): -16553302 or 11168259. OLE color: 11168259.

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

Color convert

RGB 3 106 170 -
CMYK 0.98 0.38 0 0.33
HSL 202.99º 0.97% 0.34% -
HSV(B) 202.99º 0.98% 0.67% -
XYZ 12.45 13.23 39.93 -
YUV 82.5 177.38 71.3 -
System Red Green Blue C M Y K H S L
Decimal 3 106 170 0.98 0.38 0 0.33 202.99 0.97 0.34
Hex 3 6A AA 62 26 0 21 CB 61 22
Octal 3 152 252 142 46 0 41 313 141 42
Binary 11 1101010 10101010 1100010 100110 0 100001 11001011 1100001 100010

Color Harmonies of #036AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036AAA

Black with #036AAA

Text Example


Text Example

White with #036AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #036AAA;
 }
 .AnyTagClassName
 {
   color: #036AAA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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