#317695

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

Shades of Astral #317695

Tints of Astral #317695

Color information

#317695 (or 0x317695) is unknown color: approx Astral. HEX triplet: 31, 76 and 95. RGB value is (49,118,149). Sum of RGB (Red+Green+Blue) = 49+118+149=316 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.51% from 316); Green value is 118 (46.48% from 255 or 37.34% from 316); Blue value is 149 (58.59% from 255 or 47.15% from 316); Max value from RGB is 149 - color contains mainly: blue. Hex color #317695 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317695 is #CE896A. Grayscale: #646464. Windows color (decimal): -13535595 or 9795121. OLE color: 9795121.

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

Color convert

RGB49118149-
CMYK0.670.2100.42
HSL198.6º50.51%38.82%-
HSV(B)198.6º67.11%58.43%-
XYZ13.1715.7830.79-
YUV100.9155.1490.98-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.51%
GREEN value IS 118 (46.48% from 255) = 37.34%
BLUE value IS 149 (58.59% from 255) = 47.15%
R=15.51%
G=37.34%
B=47.15%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal491181490.670.2100.42198.650.5138.82
Hex317695431502Ac73327
Octal61166225103250523076347
Binary110001111011010010101100001110101010101011000111110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317695; }

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

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

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

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

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

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

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

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