#317592

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

Shades of Astral #317592

Tints of Astral #317592

Color information

#317592 (or 0x317592) is unknown color: approx Astral. HEX triplet: 31, 75 and 92. RGB value is (49,117,146). Sum of RGB (Red+Green+Blue) = 49+117+146=312 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.71% from 312); Green value is 117 (46.09% from 255 or 37.5% from 312); Blue value is 146 (57.42% from 255 or 46.79% from 312); Max value from RGB is 146 - color contains mainly: blue. Hex color #317592 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317592 is #CE8A6D. Grayscale: #636363. Windows color (decimal): -13535854 or 9598257. OLE color: 9598257.

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

Color convert

RGB49117146-
CMYK0.660.2000.43
HSL197.94º49.74%38.24%-
HSV(B)197.94º66.44%57.25%-
XYZ12.8215.4529.5-
YUV99.97153.9791.64-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.71%
GREEN value IS 117 (46.09% from 255) = 37.5%
BLUE value IS 146 (57.42% from 255) = 46.79%
R=15.71%
G=37.5%
B=46.79%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal491171460.660.2000.43197.9449.7438.24
Hex317592421402Bc63226
Octal61165222102240533066246
Binary110001111010110010010100001010100010101111000110110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317592; }

 p { color: rgb(49,117,146); }

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

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

 a { background-color: rgb(49,117,146); }

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

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

 span { border-color: rgb(49,117,146); }

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