Html Css Color HEX #317087 Astral

📋 copy color: '#317087'

red 49 ◦ green 112 ◦ blue 135

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

Shades of Astral #317087

Tints of Astral #317087

RGB

 RED value IS 49 (19.53% from 255) = 16.55%

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

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

R = 16.55%
G = 37.84%
B = 45.61%

CMYK

 C value IS 0.64

 M value IS 0.17

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#317087 (or 0x317087) is known color: Astral. HEX triplet: 31, 70 and 87. RGB value is (49,112,135). Sum of RGB (Red+Green+Blue) = 49+112+135=296 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.55% from 296); Green value is 112 (44.14% from 255 or 37.84% from 296); Blue value is 135 (53.12% from 255 or 45.61% from 296); Max value from RGB is 135 - color contains mainly: blue. Hex color #317087 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317087 is #CE8F78. Grayscale: #5F5F5F. Windows color (decimal): -13537145 or 8876081. OLE color: 8876081.

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

Color convert

RGB 49 112 135 -
CMYK 0.64 0.17 0 0.47
HSL 196.05º 0.47% 0.36% -
HSV(B) 196.05º 0.64% 0.53% -
XYZ 11.43 13.99 25.02 -
YUV 95.79 150.13 94.63 -
System Red Green Blue C M Y K H S L
Decimal 49 112 135 0.64 0.17 0 0.47 196.05 0.47 0.36
Hex 31 70 87 40 11 0 2F C4 2F 24
Octal 61 160 207 100 21 0 57 304 57 44
Binary 110001 1110000 10000111 1000000 10001 0 101111 11000100 101111 100100

Color Harmonies of #317087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317087

Black with #317087

Text Example


Text Example

White with #317087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317087; }

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

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

background-color css

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

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

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

border-color css

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

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

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