#317493

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

Shades of Astral #317493

Tints of Astral #317493

Color information

#317493 (or 0x317493) is unknown color: approx Astral. HEX triplet: 31, 74 and 93. RGB value is (49,116,147). Sum of RGB (Red+Green+Blue) = 49+116+147=312 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.71% from 312); Green value is 116 (45.70% from 255 or 37.18% from 312); Blue value is 147 (57.81% from 255 or 47.12% from 312); Max value from RGB is 147 - color contains mainly: blue. Hex color #317493 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317493 is #CE8B6C. Grayscale: #636363. Windows color (decimal): -13536109 or 9663537. OLE color: 9663537.

HSL color Cylindrical-coordinate representation of color #317493: hue angle of 198.98º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #317493 is Cyan = 0.67, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB49116147-
CMYK0.670.2100.42
HSL198.98º50%38.43%-
HSV(B)198.98º66.67%57.65%-
XYZ12.7815.2529.87-
YUV99.5154.891.98-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.71%
GREEN value IS 116 (45.70% from 255) = 37.18%
BLUE value IS 147 (57.81% from 255) = 47.12%
R=15.71%
G=37.18%
B=47.12%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal491161470.670.2100.42198.985038.43
Hex317493431502Ac73226
Octal61164223103250523076246
Binary110001111010010010011100001110101010101011000111110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317493; }

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

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

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

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

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

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

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

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