#317689

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

Shades of Astral #317689

Tints of Astral #317689

Color information

#317689 (or 0x317689) is unknown color: approx Astral. HEX triplet: 31, 76 and 89. RGB value is (49,118,137). Sum of RGB (Red+Green+Blue) = 49+118+137=304 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.12% from 304); Green value is 118 (46.48% from 255 or 38.82% from 304); Blue value is 137 (53.91% from 255 or 45.07% from 304); Max value from RGB is 137 - color contains mainly: blue. Hex color #317689 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317689 is #CE8976. Grayscale: #636363. Windows color (decimal): -13535607 or 9008689. OLE color: 9008689.

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

Color convert

RGB49118137-
CMYK0.640.1400.46
HSL192.95º47.31%36.47%-
HSV(B)192.95º64.23%53.73%-
XYZ12.2615.4226-
YUV99.53149.1491.96-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.12%
GREEN value IS 118 (46.48% from 255) = 38.82%
BLUE value IS 137 (53.91% from 255) = 45.07%
R=16.12%
G=38.82%
B=45.07%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal491181370.640.1400.46192.9547.3136.47
Hex31768940E02Ec12f24
Octal61166211100160563015744
Binary11000111101101000100110000001110010111011000001101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317689; }

 p { color: rgb(49,118,137); }

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

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

 a { background-color: rgb(49,118,137); }

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

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

 span { border-color: rgb(49,118,137); }

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