#317086

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

Shades of Astral #317086

Tints of Astral #317086

Color information

#317086 (or 0x317086) is unknown color: approx Astral. HEX triplet: 31, 70 and 86. RGB value is (49,112,134). Sum of RGB (Red+Green+Blue) = 49+112+134=295 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.61% from 295); Green value is 112 (44.14% from 255 or 37.97% from 295); Blue value is 134 (52.73% from 255 or 45.42% from 295); Max value from RGB is 134 - color contains mainly: blue. Hex color #317086 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317086 is #CE8F79. Grayscale: #5F5F5F. Windows color (decimal): -13537146 or 8810545. OLE color: 8810545.

HSL color Cylindrical-coordinate representation of color #317086: hue angle of 195.53º 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 #317086 is Cyan = 0.63, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB49112134-
CMYK0.630.1600.47
HSL195.53º46.45%35.88%-
HSV(B)195.53º63.43%52.55%-
XYZ11.3613.9624.65-
YUV95.67149.6394.71-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.61%
GREEN value IS 112 (44.14% from 255) = 37.97%
BLUE value IS 134 (52.73% from 255) = 45.42%
R=16.61%
G=37.97%
B=45.42%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal491121340.630.1600.47195.5346.4535.88
Hex3170863F1002Fc42e24
Octal6116020677200573045644
Binary11000111100001000011011111110000010111111000100101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317086; }

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

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

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

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

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

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

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

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