#317193

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

Shades of Astral #317193

Tints of Astral #317193

Color information

#317193 (or 0x317193) is unknown color: approx Astral. HEX triplet: 31, 71 and 93. RGB value is (49,113,147). Sum of RGB (Red+Green+Blue) = 49+113+147=309 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.86% from 309); Green value is 113 (44.53% from 255 or 36.57% from 309); Blue value is 147 (57.81% from 255 or 47.57% from 309); Max value from RGB is 147 - color contains mainly: blue. Hex color #317193 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317193 is #CE8E6C. Grayscale: #616161. Windows color (decimal): -13536877 or 9662769. OLE color: 9662769.

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

Color convert

RGB49113147-
CMYK0.670.2300.42
HSL200.82º50%38.43%-
HSV(B)200.82º66.67%57.65%-
XYZ12.4414.5729.76-
YUV97.74155.893.24-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.86%
GREEN value IS 113 (44.53% from 255) = 36.57%
BLUE value IS 147 (57.81% from 255) = 47.57%
R=15.86%
G=36.57%
B=47.57%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal491131470.670.2300.42200.825038.43
Hex317193431702Ac93226
Octal61161223103270523116246
Binary110001111000110010011100001110111010101011001001110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317193; }

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

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

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

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

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

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

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

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