#317987

Color #317987 Astral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astral #317987

Tints of Astral #317987

Color information

#317987 (or 0x317987) is unknown color: approx Astral. HEX triplet: 31, 79 and 87. RGB value is (49,121,135). Sum of RGB (Red+Green+Blue) = 49+121+135=305 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.07% from 305); Green value is 121 (47.66% from 255 or 39.67% from 305); Blue value is 135 (53.12% from 255 or 44.26% from 305); Max value from RGB is 135 - color contains mainly: blue. Hex color #317987 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317987 is #CE8678. Grayscale: #646464. Windows color (decimal): -13534841 or 8878385. OLE color: 8878385.

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

Color convert

RGB49121135-
CMYK0.640.1000.47
HSL189.77º46.74%36.08%-
HSV(B)189.77º63.7%52.94%-
XYZ12.4816.0825.37-
YUV101.07147.1590.86-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.07%
GREEN value IS 121 (47.66% from 255) = 39.67%
BLUE value IS 135 (53.12% from 255) = 44.26%
R=16.07%
G=39.67%
B=44.26%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal491211350.640.1000.47189.7746.7436.08
Hex31798740A02Fbe2f24
Octal61171207100120572765744
Binary11000111110011000011110000001010010111110111110101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317987; }

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

 H1.HeaderClassName
 {
   color: #317987;
 }
 .AnyTagClassName
 {
   color: #317987;
 }
</style>
background-color css

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

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

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

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

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

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