#317081

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

Shades of Astral #317081

Tints of Astral #317081

Color information

#317081 (or 0x317081) is unknown color: approx Astral. HEX triplet: 31, 70 and 81. RGB value is (49,112,129). Sum of RGB (Red+Green+Blue) = 49+112+129=290 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.90% from 290); Green value is 112 (44.14% from 255 or 38.62% from 290); Blue value is 129 (50.78% from 255 or 44.48% from 290); Max value from RGB is 129 - color contains mainly: blue. Hex color #317081 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317081 is #CE8F7E. Grayscale: #5E5E5E. Windows color (decimal): -13537151 or 8482865. OLE color: 8482865.

HSL color Cylindrical-coordinate representation of color #317081: hue angle of 192.75º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #317081 is Cyan = 0.62, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB49112129-
CMYK0.620.1300.49
HSL192.75º44.94%34.9%-
HSV(B)192.75º62.02%50.59%-
XYZ11.0213.8322.86-
YUV95.1147.1395.12-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.90%
GREEN value IS 112 (44.14% from 255) = 38.62%
BLUE value IS 129 (50.78% from 255) = 44.48%
R=16.90%
G=38.62%
B=44.48%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal491121290.620.1300.49192.7544.9434.9
Hex3170813ED031c12d23
Octal6116020176150613015543
Binary1100011110000100000011111101101011000111000001101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317081; }

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

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

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

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

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

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

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

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