#317892

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

Shades of Astral #317892

Tints of Astral #317892

Color information

#317892 (or 0x317892) is unknown color: approx Astral. HEX triplet: 31, 78 and 92. RGB value is (49,120,146). Sum of RGB (Red+Green+Blue) = 49+120+146=315 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.56% from 315); Green value is 120 (47.27% from 255 or 38.10% from 315); Blue value is 146 (57.42% from 255 or 46.35% from 315); Max value from RGB is 146 - color contains mainly: blue. Hex color #317892 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317892 is #CE876D. Grayscale: #656565. Windows color (decimal): -13535086 or 9599025. OLE color: 9599025.

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

Color convert

RGB49120146-
CMYK0.660.1800.43
HSL196.08º49.74%38.24%-
HSV(B)196.08º66.44%57.25%-
XYZ13.1716.1629.62-
YUV101.74152.9890.39-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.56%
GREEN value IS 120 (47.27% from 255) = 38.10%
BLUE value IS 146 (57.42% from 255) = 46.35%
R=15.56%
G=38.10%
B=46.35%

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
Decimal491201460.660.1800.43196.0849.7438.24
Hex317892421202Bc43226
Octal61170222102220533046246
Binary110001111100010010010100001010010010101111000100110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317892; }

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

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

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

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

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

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

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

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