Html Css Color HEX #317487 Astral

📋 copy color: '#317487'

red 49 ◦ green 116 ◦ blue 135

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

Shades of Astral #317487

Tints of Astral #317487

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.67%

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

R = 16.33%
G = 38.67%
B = 45%

CMYK

 C value IS 0.64

 M value IS 0.14

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#317487 (or 0x317487) is known color: Astral. HEX triplet: 31, 74 and 87. RGB value is (49,116,135). Sum of RGB (Red+Green+Blue) = 49+116+135=300 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.33% from 300); Green value is 116 (45.70% from 255 or 38.67% from 300); Blue value is 135 (53.12% from 255 or 45% from 300); Max value from RGB is 135 - color contains mainly: blue. Hex color #317487 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317487 is #CE8B78. Grayscale: #616161. Windows color (decimal): -13536121 or 8877105. OLE color: 8877105.

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

Color convert

RGB 49 116 135 -
CMYK 0.64 0.14 0 0.47
HSL 193.26º 0.47% 0.36% -
HSV(B) 193.26º 0.64% 0.53% -
XYZ 11.89 14.89 25.17 -
YUV 98.13 148.8 92.96 -
System Red Green Blue C M Y K H S L
Decimal 49 116 135 0.64 0.14 0 0.47 193.26 0.47 0.36
Hex 31 74 87 40 E 0 2F C1 2F 24
Octal 61 164 207 100 16 0 57 301 57 44
Binary 110001 1110100 10000111 1000000 1110 0 101111 11000001 101111 100100

Color Harmonies of #317487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317487

Black with #317487

Text Example


Text Example

White with #317487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317487; }

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

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

background-color css

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

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

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

border-color css

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

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

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