#317997

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

Shades of Astral #317997

Tints of Astral #317997

Color information

#317997 (or 0x317997) is unknown color: approx Astral. HEX triplet: 31, 79 and 97. RGB value is (49,121,151). Sum of RGB (Red+Green+Blue) = 49+121+151=321 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.26% from 321); Green value is 121 (47.66% from 255 or 37.69% from 321); Blue value is 151 (59.38% from 255 or 47.04% from 321); Max value from RGB is 151 - color contains mainly: blue. Hex color #317997 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317997 is #CE8668. Grayscale: #666666. Windows color (decimal): -13534825 or 9926961. OLE color: 9926961.

HSL color Cylindrical-coordinate representation of color #317997: hue angle of 197.65º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #317997 is Cyan = 0.68, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB49121151-
CMYK0.680.2000.41
HSL197.65º51%39.22%-
HSV(B)197.65º67.55%59.22%-
XYZ13.6916.5631.75-
YUV102.89155.1589.56-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.26%
GREEN value IS 121 (47.66% from 255) = 37.69%
BLUE value IS 151 (59.38% from 255) = 47.04%
R=15.26%
G=37.69%
B=47.04%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal491211510.680.2000.41197.655139.22
Hex3179974414029c63327
Octal61171227104240513066347
Binary110001111100110010111100010010100010100111000110110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317997; }

 p { color: rgb(49,121,151); }

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

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

 a { background-color: rgb(49,121,151); }

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

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

 span { border-color: rgb(49,121,151); }

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