#317492

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

Shades of Astral #317492

Tints of Astral #317492

Color information

#317492 (or 0x317492) is unknown color: approx Astral. HEX triplet: 31, 74 and 92. RGB value is (49,116,146). Sum of RGB (Red+Green+Blue) = 49+116+146=311 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.76% from 311); Green value is 116 (45.70% from 255 or 37.30% from 311); Blue value is 146 (57.42% from 255 or 46.95% from 311); Max value from RGB is 146 - color contains mainly: blue. Hex color #317492 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317492 is #CE8B6D. Grayscale: #636363. Windows color (decimal): -13536110 or 9598001. OLE color: 9598001.

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

Color convert

RGB49116146-
CMYK0.660.2100.43
HSL198.56º49.74%38.24%-
HSV(B)198.56º66.44%57.25%-
XYZ12.715.2229.46-
YUV99.39154.392.06-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.76%
GREEN value IS 116 (45.70% from 255) = 37.30%
BLUE value IS 146 (57.42% from 255) = 46.95%
R=15.76%
G=37.30%
B=46.95%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal491161460.660.2100.43198.5649.7438.24
Hex317492421502Bc73226
Octal61164222102250533076246
Binary110001111010010010010100001010101010101111000111110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317492; }

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

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

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

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

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

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

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

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