#316991

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

Shades of Astral #316991

Tints of Astral #316991

Color information

#316991 (or 0x316991) is unknown color: approx Astral. HEX triplet: 31, 69 and 91. RGB value is (49,105,145). Sum of RGB (Red+Green+Blue) = 49+105+145=299 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.39% from 299); Green value is 105 (41.41% from 255 or 35.12% from 299); Blue value is 145 (57.03% from 255 or 48.49% from 299); Max value from RGB is 145 - color contains mainly: blue. Hex color #316991 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316991 is #CE966E. Grayscale: #5C5C5C. Windows color (decimal): -13538927 or 9529649. OLE color: 9529649.

HSL color Cylindrical-coordinate representation of color #316991: hue angle of 205º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #316991 is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB49105145-
CMYK0.660.2800.43
HSL205º49.48%38.04%-
HSV(B)205º66.21%56.86%-
XYZ11.4312.828.66-
YUV92.82157.4596.75-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.39%
GREEN value IS 105 (41.41% from 255) = 35.12%
BLUE value IS 145 (57.03% from 255) = 48.49%
R=16.39%
G=35.12%
B=48.49%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal491051450.660.2800.4320549.4838.04
Hex316991421C02Bcd3126
Octal61151221102340533156146
Binary110001110100110010001100001011100010101111001101110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316991; }

 p { color: rgb(49,105,145); }

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

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

 a { background-color: rgb(49,105,145); }

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

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

 span { border-color: rgb(49,105,145); }

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