Html Css Color HEX #367087 Astral

📋 copy color: '#367087'

red 54 ◦ green 112 ◦ blue 135

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

Shades of Astral #367087

Tints of Astral #367087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 44.85%

R = 17.94%
G = 37.21%
B = 44.85%

CMYK

 C value IS 0.60

 M value IS 0.17

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#367087 (or 0x367087) is known color: Astral. HEX triplet: 36, 70 and 87. RGB value is (54,112,135). Sum of RGB (Red+Green+Blue) = 54+112+135=301 (39% of max value = 765). Red value is 54 (21.48% from 255 or 17.94% from 301); Green value is 112 (44.14% from 255 or 37.21% from 301); Blue value is 135 (53.12% from 255 or 44.85% from 301); Max value from RGB is 135 - color contains mainly: blue. Hex color #367087 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367087 is #C98F78. Grayscale: #616161. Windows color (decimal): -13209465 or 8876086. OLE color: 8876086.

HSL color Cylindrical-coordinate representation of color #367087: hue angle of 197.04º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #367087 is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 54 112 135 -
CMYK 0.60 0.17 0 0.47
HSL 197.04º 0.43% 0.37% -
HSV(B) 197.04º 0.6% 0.53% -
XYZ 11.69 14.12 25.03 -
YUV 97.28 149.28 97.13 -
System Red Green Blue C M Y K H S L
Decimal 54 112 135 0.60 0.17 0 0.47 197.04 0.43 0.37
Hex 36 70 87 3C 11 0 2F C5 2B 25
Octal 66 160 207 74 21 0 57 305 53 45
Binary 110110 1110000 10000111 111100 10001 0 101111 11000101 101011 100101

Color Harmonies of #367087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367087

Black with #367087

Text Example


Text Example

White with #367087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367087; }

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

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

background-color css

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

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

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

border-color css

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

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

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