Html Css Color HEX #036FAA Cerulean

📋 copy color: '#036FAA'

red 3 ◦ green 111 ◦ blue 170

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

Shades of Cerulean #036FAA

Tints of Cerulean #036FAA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 39.08%

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

R = 1.06%
G = 39.08%
B = 59.86%

CMYK

 C value IS 0.98

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#036FAA (or 0x036FAA) is known color: Cerulean. HEX triplet: 03, 6F and AA. RGB value is (3,111,170). Sum of RGB (Red+Green+Blue) = 3+111+170=284 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 284); Green value is 111 (43.75% from 255 or 39.08% from 284); Blue value is 170 (66.80% from 255 or 59.86% from 284); Max value from RGB is 170 - color contains mainly: blue. Hex color #036FAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036FAA is #FC9055. Grayscale: #555555. Windows color (decimal): -16552022 or 11169539. OLE color: 11169539.

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

Color convert

RGB 3 111 170 -
CMYK 0.98 0.35 0 0.33
HSL 201.2º 0.97% 0.34% -
HSV(B) 201.2º 0.98% 0.67% -
XYZ 12.98 14.29 40.1 -
YUV 85.43 175.72 69.2 -
System Red Green Blue C M Y K H S L
Decimal 3 111 170 0.98 0.35 0 0.33 201.2 0.97 0.34
Hex 3 6F AA 62 23 0 21 C9 61 22
Octal 3 157 252 142 43 0 41 311 141 42
Binary 11 1101111 10101010 1100010 100011 0 100001 11001001 1100001 100010

Color Harmonies of #036FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036FAA

Black with #036FAA

Text Example


Text Example

White with #036FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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