Html Css Color HEX #036AAF Cerulean

📋 copy color: '#036AAF'

red 3 ◦ green 106 ◦ blue 175

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

Shades of Cerulean #036AAF

Tints of Cerulean #036AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 61.62%

R = 1.06%
G = 37.32%
B = 61.62%

CMYK

 C value IS 0.98

 M value IS 0.39

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#036AAF (or 0x036AAF) is known color: Cerulean. HEX triplet: 03, 6A and AF. RGB value is (3,106,175). Sum of RGB (Red+Green+Blue) = 3+106+175=284 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 284); Green value is 106 (41.80% from 255 or 37.32% from 284); Blue value is 175 (68.75% from 255 or 61.62% from 284); Max value from RGB is 175 - color contains mainly: blue. Hex color #036AAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036AAF is #FC9550. Grayscale: #525252. Windows color (decimal): -16553297 or 11495939. OLE color: 11495939.

HSL color Cylindrical-coordinate representation of color #036AAF: hue angle of 204.07º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #036AAF is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 3 106 175 -
CMYK 0.98 0.39 0 0.31
HSL 204.07º 0.97% 0.35% -
HSV(B) 204.07º 0.98% 0.69% -
XYZ 12.93 13.42 42.47 -
YUV 83.07 179.88 70.89 -
System Red Green Blue C M Y K H S L
Decimal 3 106 175 0.98 0.39 0 0.31 204.07 0.97 0.35
Hex 3 6A AF 62 27 0 1F CC 61 23
Octal 3 152 257 142 47 0 37 314 141 43
Binary 11 1101010 10101111 1100010 100111 0 11111 11001100 1100001 100011

Color Harmonies of #036AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036AAF

Black with #036AAF

Text Example


Text Example

White with #036AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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