#317793

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

Shades of Astral #317793

Tints of Astral #317793

Color information

#317793 (or 0x317793) is unknown color: approx Astral. HEX triplet: 31, 77 and 93. RGB value is (49,119,147). Sum of RGB (Red+Green+Blue) = 49+119+147=315 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.56% from 315); Green value is 119 (46.88% from 255 or 37.78% from 315); Blue value is 147 (57.81% from 255 or 46.67% from 315); Max value from RGB is 147 - color contains mainly: blue. Hex color #317793 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317793 is #CE886C. Grayscale: #656565. Windows color (decimal): -13535341 or 9664305. OLE color: 9664305.

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

Color convert

RGB49119147-
CMYK0.670.1900.42
HSL197.14º50%38.43%-
HSV(B)197.14º66.67%57.65%-
XYZ13.1315.9529.99-
YUV101.26153.8190.72-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.56%
GREEN value IS 119 (46.88% from 255) = 37.78%
BLUE value IS 147 (57.81% from 255) = 46.67%
R=15.56%
G=37.78%
B=46.67%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal491191470.670.1900.42197.145038.43
Hex317793431302Ac53226
Octal61167223103230523056246
Binary110001111011110010011100001110011010101011000101110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317793; }

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

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

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

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

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

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

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

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