Html Css Color HEX #036AAB Cerulean

📋 copy color: '#036AAB'

red 3 ◦ green 106 ◦ blue 171

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

Shades of Cerulean #036AAB

Tints of Cerulean #036AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 61.07%

R = 1.07%
G = 37.86%
B = 61.07%

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

#036AAB (or 0x036AAB) is known color: Cerulean. HEX triplet: 03, 6A and AB. RGB value is (3,106,171). Sum of RGB (Red+Green+Blue) = 3+106+171=280 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.07% from 280); Green value is 106 (41.80% from 255 or 37.86% from 280); Blue value is 171 (67.19% from 255 or 61.07% from 280); Max value from RGB is 171 - color contains mainly: blue. Hex color #036AAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036AAB is #FC9554. Grayscale: #525252. Windows color (decimal): -16553301 or 11233795. OLE color: 11233795.

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

Color convert

RGB 3 106 171 -
CMYK 0.98 0.38 0 0.33
HSL 203.21º 0.97% 0.34% -
HSV(B) 203.21º 0.98% 0.67% -
XYZ 12.54 13.27 40.43 -
YUV 82.61 177.88 71.21 -
System Red Green Blue C M Y K H S L
Decimal 3 106 171 0.98 0.38 0 0.33 203.21 0.97 0.34
Hex 3 6A AB 62 26 0 21 CB 61 22
Octal 3 152 253 142 46 0 41 313 141 42
Binary 11 1101010 10101011 1100010 100110 0 100001 11001011 1100001 100010

Color Harmonies of #036AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036AAB

Black with #036AAB

Text Example


Text Example

White with #036AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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