#317495

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

Shades of Astral #317495

Tints of Astral #317495

Color information

#317495 (or 0x317495) is unknown color: approx Astral. HEX triplet: 31, 74 and 95. RGB value is (49,116,149). Sum of RGB (Red+Green+Blue) = 49+116+149=314 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.61% from 314); Green value is 116 (45.70% from 255 or 36.94% from 314); Blue value is 149 (58.59% from 255 or 47.45% from 314); Max value from RGB is 149 - color contains mainly: blue. Hex color #317495 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317495 is #CE8B6A. Grayscale: #636363. Windows color (decimal): -13536107 or 9794609. OLE color: 9794609.

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

Color convert

RGB49116149-
CMYK0.670.2200.42
HSL199.8º50.51%38.82%-
HSV(B)199.8º67.11%58.43%-
XYZ12.9415.3130.71-
YUV99.73155.891.82-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.61%
GREEN value IS 116 (45.70% from 255) = 36.94%
BLUE value IS 149 (58.59% from 255) = 47.45%
R=15.61%
G=36.94%
B=47.45%

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
Decimal491161490.670.2200.42199.850.5138.82
Hex317495431602Ac83327
Octal61164225103260523106347
Binary110001111010010010101100001110110010101011001000110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317495; }

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

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

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

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

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

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

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

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