#317091

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

Shades of Astral #317091

Tints of Astral #317091

Color information

#317091 (or 0x317091) is unknown color: approx Astral. HEX triplet: 31, 70 and 91. RGB value is (49,112,145). Sum of RGB (Red+Green+Blue) = 49+112+145=306 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.01% from 306); Green value is 112 (44.14% from 255 or 36.60% from 306); Blue value is 145 (57.03% from 255 or 47.39% from 306); Max value from RGB is 145 - color contains mainly: blue. Hex color #317091 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317091 is #CE8F6E. Grayscale: #606060. Windows color (decimal): -13537135 or 9531441. OLE color: 9531441.

HSL color Cylindrical-coordinate representation of color #317091: hue angle of 200.62º 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 #317091 is Cyan = 0.66, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB49112145-
CMYK0.660.2300.43
HSL200.62º49.48%38.04%-
HSV(B)200.62º66.21%56.86%-
XYZ12.1714.2928.9-
YUV96.92155.1393.82-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.01%
GREEN value IS 112 (44.14% from 255) = 36.60%
BLUE value IS 145 (57.03% from 255) = 47.39%
R=16.01%
G=36.60%
B=47.39%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal491121450.660.2300.43200.6249.4838.04
Hex317091421702Bc93126
Octal61160221102270533116146
Binary110001111000010010001100001010111010101111001001110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317091; }

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

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

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

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

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

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

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

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