#317692

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

Shades of Astral #317692

Tints of Astral #317692

Color information

#317692 (or 0x317692) is unknown color: approx Astral. HEX triplet: 31, 76 and 92. RGB value is (49,118,146). Sum of RGB (Red+Green+Blue) = 49+118+146=313 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.65% from 313); Green value is 118 (46.48% from 255 or 37.70% from 313); Blue value is 146 (57.42% from 255 or 46.65% from 313); Max value from RGB is 146 - color contains mainly: blue. Hex color #317692 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317692 is #CE896D. Grayscale: #646464. Windows color (decimal): -13535598 or 9598513. OLE color: 9598513.

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

Color convert

RGB49118146-
CMYK0.660.1900.43
HSL197.32º49.74%38.24%-
HSV(B)197.32º66.44%57.25%-
XYZ12.9315.6929.54-
YUV100.56153.6491.22-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.65%
GREEN value IS 118 (46.48% from 255) = 37.70%
BLUE value IS 146 (57.42% from 255) = 46.65%
R=15.65%
G=37.70%
B=46.65%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal491181460.660.1900.43197.3249.7438.24
Hex317692421302Bc53226
Octal61166222102230533056246
Binary110001111011010010010100001010011010101111000101110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317692; }

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

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

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

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

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

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

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

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