#317792

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

Shades of Astral #317792

Tints of Astral #317792

Color information

#317792 (or 0x317792) is unknown color: approx Astral. HEX triplet: 31, 77 and 92. RGB value is (49,119,146). Sum of RGB (Red+Green+Blue) = 49+119+146=314 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.61% from 314); Green value is 119 (46.88% from 255 or 37.90% from 314); Blue value is 146 (57.42% from 255 or 46.50% from 314); Max value from RGB is 146 - color contains mainly: blue. Hex color #317792 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317792 is #CE886D. Grayscale: #646464. Windows color (decimal): -13535342 or 9598769. OLE color: 9598769.

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

Color convert

RGB49119146-
CMYK0.660.1800.43
HSL196.7º49.74%38.24%-
HSV(B)196.7º66.44%57.25%-
XYZ13.0515.9229.58-
YUV101.15153.3190.8-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.61%
GREEN value IS 119 (46.88% from 255) = 37.90%
BLUE value IS 146 (57.42% from 255) = 46.50%
R=15.61%
G=37.90%
B=46.50%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal491191460.660.1800.43196.749.7438.24
Hex317792421202Bc53226
Octal61167222102220533056246
Binary110001111011110010010100001010010010101111000101110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317792; }

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

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

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

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

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

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

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

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