Html Css Color HEX #36708C Astral

📋 copy color: '#36708C'

red 54 ◦ green 112 ◦ blue 140

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

Shades of Astral #36708C

Tints of Astral #36708C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 45.75%

R = 17.65%
G = 36.6%
B = 45.75%

CMYK

 C value IS 0.61

 M value IS 0.20

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#36708C (or 0x36708C) is known color: Astral. HEX triplet: 36, 70 and 8C. RGB value is (54,112,140). Sum of RGB (Red+Green+Blue) = 54+112+140=306 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.65% from 306); Green value is 112 (44.14% from 255 or 36.60% from 306); Blue value is 140 (55.08% from 255 or 45.75% from 306); Max value from RGB is 140 - color contains mainly: blue. Hex color #36708C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36708C is #C98F73. Grayscale: #616161. Windows color (decimal): -13209460 or 9203766. OLE color: 9203766.

HSL color Cylindrical-coordinate representation of color #36708C: hue angle of 199.53º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #36708C is Cyan = 0.61, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 54 112 140 -
CMYK 0.61 0.20 0 0.45
HSL 199.53º 0.44% 0.38% -
HSV(B) 199.53º 0.61% 0.55% -
XYZ 12.05 14.27 26.93 -
YUV 97.85 151.78 96.72 -
System Red Green Blue C M Y K H S L
Decimal 54 112 140 0.61 0.20 0 0.45 199.53 0.44 0.38
Hex 36 70 8C 3D 14 0 2D C8 2C 26
Octal 66 160 214 75 24 0 55 310 54 46
Binary 110110 1110000 10001100 111101 10100 0 101101 11001000 101100 100110

Color Harmonies of #36708C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36708C

Black with #36708C

Text Example


Text Example

White with #36708C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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