Html Css Color HEX #36708F Astral

📋 copy color: '#36708F'

red 54 ◦ green 112 ◦ blue 143

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

Shades of Astral #36708F

Tints of Astral #36708F

RGB

 RED value IS 54 (21.48% from 255) = 17.48%

 GREEN value IS 112 (44.14% from 255) = 36.25%

 BLUE value IS 143 (56.25% from 255) = 46.28%

R = 17.48%
G = 36.25%
B = 46.28%

CMYK

 C value IS 0.62

 M value IS 0.22

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#36708F (or 0x36708F) is known color: Astral. HEX triplet: 36, 70 and 8F. RGB value is (54,112,143). Sum of RGB (Red+Green+Blue) = 54+112+143=309 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.48% from 309); Green value is 112 (44.14% from 255 or 36.25% from 309); Blue value is 143 (56.25% from 255 or 46.28% from 309); Max value from RGB is 143 - color contains mainly: blue. Hex color #36708F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36708F is #C98F70. Grayscale: #626262. Windows color (decimal): -13209457 or 9400374. OLE color: 9400374.

HSL color Cylindrical-coordinate representation of color #36708F: hue angle of 200.9º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #36708F is Cyan = 0.62, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 54 112 143 -
CMYK 0.62 0.22 0 0.44
HSL 200.9º 0.45% 0.39% -
HSV(B) 200.9º 0.62% 0.56% -
XYZ 12.27 14.36 28.11 -
YUV 98.19 153.28 96.48 -
System Red Green Blue C M Y K H S L
Decimal 54 112 143 0.62 0.22 0 0.44 200.9 0.45 0.39
Hex 36 70 8F 3E 16 0 2C C9 2D 27
Octal 66 160 217 76 26 0 54 311 55 47
Binary 110110 1110000 10001111 111110 10110 0 101100 11001001 101101 100111

Color Harmonies of #36708F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36708F

Black with #36708F

Text Example


Text Example

White with #36708F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36708F; }

 p { color: rgb(54,112,143); }

 H1.HeaderClassName
 {
   color: #36708F;
 }
 .AnyTagClassName
 {
   color: #36708F;
 }
</style>

background-color css

<style>
 a { background-color: #36708F; }

 a { background-color: rgb(54,112,143); }

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

border-color css

<style>
 span { border-color: #36708F; }

 span { border-color: rgb(54,112,143); }

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