#317590

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

Shades of Astral #317590

Tints of Astral #317590

Color information

#317590 (or 0x317590) is unknown color: approx Astral. HEX triplet: 31, 75 and 90. RGB value is (49,117,144). Sum of RGB (Red+Green+Blue) = 49+117+144=310 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.81% from 310); Green value is 117 (46.09% from 255 or 37.74% from 310); Blue value is 144 (56.64% from 255 or 46.45% from 310); Max value from RGB is 144 - color contains mainly: blue. Hex color #317590 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317590 is #CE8A6F. Grayscale: #636363. Windows color (decimal): -13535856 or 9467185. OLE color: 9467185.

HSL color Cylindrical-coordinate representation of color #317590: hue angle of 197.05º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #317590 is Cyan = 0.66, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB49117144-
CMYK0.660.1900.44
HSL197.05º49.22%37.84%-
HSV(B)197.05º65.97%56.47%-
XYZ12.6615.3928.69-
YUV99.75152.9791.8-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.81%
GREEN value IS 117 (46.09% from 255) = 37.74%
BLUE value IS 144 (56.64% from 255) = 46.45%
R=15.81%
G=37.74%
B=46.45%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal491171440.660.1900.44197.0549.2237.84
Hex317590421302Cc53126
Octal61165220102230543056146
Binary110001111010110010000100001010011010110011000101110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317590; }

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

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

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

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

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

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

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

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