#317182

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

Shades of Astral #317182

Tints of Astral #317182

Color information

#317182 (or 0x317182) is unknown color: approx Astral. HEX triplet: 31, 71 and 82. RGB value is (49,113,130). Sum of RGB (Red+Green+Blue) = 49+113+130=292 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.78% from 292); Green value is 113 (44.53% from 255 or 38.70% from 292); Blue value is 130 (51.17% from 255 or 44.52% from 292); Max value from RGB is 130 - color contains mainly: blue. Hex color #317182 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317182 is #CE8E7D. Grayscale: #5F5F5F. Windows color (decimal): -13536894 or 8548657. OLE color: 8548657.

HSL color Cylindrical-coordinate representation of color #317182: hue angle of 192.59º 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 #317182 is Cyan = 0.62, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB49113130-
CMYK0.620.1300.49
HSL192.59º45.25%35.1%-
HSV(B)192.59º62.31%50.98%-
XYZ11.214.0723.25-
YUV95.8147.394.62-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.78%
GREEN value IS 113 (44.53% from 255) = 38.70%
BLUE value IS 130 (51.17% from 255) = 44.52%
R=16.78%
G=38.70%
B=44.52%

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
Decimal491131300.620.1300.49192.5945.2535.1
Hex3171823ED031c12d23
Octal6116120276150613015543
Binary1100011110001100000101111101101011000111000001101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317182; }

 p { color: rgb(49,113,130); }

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

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

 a { background-color: rgb(49,113,130); }

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

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

 span { border-color: rgb(49,113,130); }

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