#317392

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

Shades of Astral #317392

Tints of Astral #317392

Color information

#317392 (or 0x317392) is unknown color: approx Astral. HEX triplet: 31, 73 and 92. RGB value is (49,115,146). Sum of RGB (Red+Green+Blue) = 49+115+146=310 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.81% from 310); Green value is 115 (45.31% from 255 or 37.10% from 310); Blue value is 146 (57.42% from 255 or 47.10% from 310); Max value from RGB is 146 - color contains mainly: blue. Hex color #317392 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317392 is #CE8C6D. Grayscale: #626262. Windows color (decimal): -13536366 or 9597745. OLE color: 9597745.

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

Color convert

RGB49115146-
CMYK0.660.2100.43
HSL199.18º49.74%38.24%-
HSV(B)199.18º66.44%57.25%-
XYZ12.5914.9929.42-
YUV98.8154.6392.48-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.81%
GREEN value IS 115 (45.31% from 255) = 37.10%
BLUE value IS 146 (57.42% from 255) = 47.10%
R=15.81%
G=37.10%
B=47.10%

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
Decimal491151460.660.2100.43199.1849.7438.24
Hex317392421502Bc73226
Octal61163222102250533076246
Binary110001111001110010010100001010101010101111000111110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317392; }

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

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

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

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

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

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

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

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