Html Css Color HEX #367187 Astral

📋 copy color: '#367187'

red 54 ◦ green 113 ◦ blue 135

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

Shades of Astral #367187

Tints of Astral #367187

RGB

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

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

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

R = 17.88%
G = 37.42%
B = 44.7%

CMYK

 C value IS 0.60

 M value IS 0.16

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#367187 (or 0x367187) is known color: Astral. HEX triplet: 36, 71 and 87. RGB value is (54,113,135). Sum of RGB (Red+Green+Blue) = 54+113+135=302 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.88% from 302); Green value is 113 (44.53% from 255 or 37.42% from 302); Blue value is 135 (53.12% from 255 or 44.70% from 302); Max value from RGB is 135 - color contains mainly: blue. Hex color #367187 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367187 is #C98E78. Grayscale: #616161. Windows color (decimal): -13209209 or 8876342. OLE color: 8876342.

HSL color Cylindrical-coordinate representation of color #367187: hue angle of 196.3º 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 #367187 is Cyan = 0.60, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 54 113 135 -
CMYK 0.60 0.16 0 0.47
HSL 196.3º 0.43% 0.37% -
HSV(B) 196.3º 0.6% 0.53% -
XYZ 11.8 14.34 25.07 -
YUV 97.87 148.95 96.71 -
System Red Green Blue C M Y K H S L
Decimal 54 113 135 0.60 0.16 0 0.47 196.3 0.43 0.37
Hex 36 71 87 3C 10 0 2F C4 2B 25
Octal 66 161 207 74 20 0 57 304 53 45
Binary 110110 1110001 10000111 111100 10000 0 101111 11000100 101011 100101

Color Harmonies of #367187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367187

Black with #367187

Text Example


Text Example

White with #367187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367187; }

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

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

background-color css

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

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

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

border-color css

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

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

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