Html Css Color HEX #36718E Astral

📋 copy color: '#36718E'

red 54 ◦ green 113 ◦ blue 142

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

Shades of Astral #36718E

Tints of Astral #36718E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.57%

 BLUE value IS 142 (55.86% from 255) = 45.95%

R = 17.48%
G = 36.57%
B = 45.95%

CMYK

 C value IS 0.62

 M value IS 0.20

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#36718E (or 0x36718E) is known color: Astral. HEX triplet: 36, 71 and 8E. RGB value is (54,113,142). Sum of RGB (Red+Green+Blue) = 54+113+142=309 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.48% from 309); Green value is 113 (44.53% from 255 or 36.57% from 309); Blue value is 142 (55.86% from 255 or 45.95% from 309); Max value from RGB is 142 - color contains mainly: blue. Hex color #36718E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36718E is #C98E71. Grayscale: #626262. Windows color (decimal): -13209202 or 9335094. OLE color: 9335094.

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

Color convert

RGB 54 113 142 -
CMYK 0.62 0.20 0 0.44
HSL 199.77º 0.45% 0.38% -
HSV(B) 199.77º 0.62% 0.56% -
XYZ 12.31 14.55 27.75 -
YUV 98.67 152.45 96.14 -
System Red Green Blue C M Y K H S L
Decimal 54 113 142 0.62 0.20 0 0.44 199.77 0.45 0.38
Hex 36 71 8E 3E 14 0 2C C8 2D 26
Octal 66 161 216 76 24 0 54 310 55 46
Binary 110110 1110001 10001110 111110 10100 0 101100 11001000 101101 100110

Color Harmonies of #36718E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36718E

Black with #36718E

Text Example


Text Example

White with #36718E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36718E; }

 p { color: rgb(54,113,142); }

 H1.HeaderClassName
 {
   color: #36718E;
 }
 .AnyTagClassName
 {
   color: #36718E;
 }
</style>

background-color css

<style>
 a { background-color: #36718E; }

 a { background-color: rgb(54,113,142); }

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

border-color css

<style>
 span { border-color: #36718E; }

 span { border-color: rgb(54,113,142); }

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