#317293

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

Shades of Astral #317293

Tints of Astral #317293

Color information

#317293 (or 0x317293) is unknown color: approx Astral. HEX triplet: 31, 72 and 93. RGB value is (49,114,147). Sum of RGB (Red+Green+Blue) = 49+114+147=310 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.81% from 310); Green value is 114 (44.92% from 255 or 36.77% from 310); Blue value is 147 (57.81% from 255 or 47.42% from 310); Max value from RGB is 147 - color contains mainly: blue. Hex color #317293 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317293 is #CE8D6C. Grayscale: #626262. Windows color (decimal): -13536621 or 9663025. OLE color: 9663025.

HSL color Cylindrical-coordinate representation of color #317293: hue angle of 200.2º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #317293 is Cyan = 0.67, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB49114147-
CMYK0.670.2200.42
HSL200.2º50%38.43%-
HSV(B)200.2º66.67%57.65%-
XYZ12.5514.7929.8-
YUV98.33155.4792.82-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.81%
GREEN value IS 114 (44.92% from 255) = 36.77%
BLUE value IS 147 (57.81% from 255) = 47.42%
R=15.81%
G=36.77%
B=47.42%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal491141470.670.2200.42200.25038.43
Hex317293431602Ac83226
Octal61162223103260523106246
Binary110001111001010010011100001110110010101011001000110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317293; }

 p { color: rgb(49,114,147); }

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

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

 a { background-color: rgb(49,114,147); }

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

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

 span { border-color: rgb(49,114,147); }

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