#317486

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

Shades of Astral #317486

Tints of Astral #317486

Color information

#317486 (or 0x317486) is unknown color: approx Astral. HEX triplet: 31, 74 and 86. RGB value is (49,116,134). Sum of RGB (Red+Green+Blue) = 49+116+134=299 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.39% from 299); Green value is 116 (45.70% from 255 or 38.80% from 299); Blue value is 134 (52.73% from 255 or 44.82% from 299); Max value from RGB is 134 - color contains mainly: blue. Hex color #317486 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317486 is #CE8B79. Grayscale: #616161. Windows color (decimal): -13536122 or 8811569. OLE color: 8811569.

HSL color Cylindrical-coordinate representation of color #317486: hue angle of 192.71º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #317486 is Cyan = 0.63, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB49116134-
CMYK0.630.1300.47
HSL192.71º46.45%35.88%-
HSV(B)192.71º63.43%52.55%-
XYZ11.8214.8624.8-
YUV98.02148.393.04-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.39%
GREEN value IS 116 (45.70% from 255) = 38.80%
BLUE value IS 134 (52.73% from 255) = 44.82%
R=16.39%
G=38.80%
B=44.82%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal491161340.630.1300.47192.7146.4535.88
Hex3174863FD02Fc12e24
Octal6116420677150573015644
Binary1100011110100100001101111111101010111111000001101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317486; }

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

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

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

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

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

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

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

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