#316A85

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

Shades of Astral #316A85

Tints of Astral #316A85

Color information

#316A85 (or 0x316A85) is unknown color: approx Astral. HEX triplet: 31, 6A and 85. RGB value is (49,106,133). Sum of RGB (Red+Green+Blue) = 49+106+133=288 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.01% from 288); Green value is 106 (41.80% from 255 or 36.81% from 288); Blue value is 133 (52.34% from 255 or 46.18% from 288); Max value from RGB is 133 - color contains mainly: blue. Hex color #316A85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316A85 is #CE957A. Grayscale: #5B5B5B. Windows color (decimal): -13538683 or 8743473. OLE color: 8743473.

HSL color Cylindrical-coordinate representation of color #316A85: hue angle of 199.29º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #316A85 is Cyan = 0.63, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB49106133-
CMYK0.630.2000.48
HSL199.29º46.15%35.69%-
HSV(B)199.29º63.16%52.16%-
XYZ10.6512.6524.07-
YUV92.04151.1297.3-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.01%
GREEN value IS 106 (41.80% from 255) = 36.81%
BLUE value IS 133 (52.34% from 255) = 46.18%
R=17.01%
G=36.81%
B=46.18%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal491061330.630.2000.48199.2946.1535.69
Hex316A853F14030c72e24
Octal6115220577240603075644
Binary11000111010101000010111111110100011000011000111101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316A85; }

 p { color: rgb(49,106,133); }

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

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

 a { background-color: rgb(49,106,133); }

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

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

 span { border-color: rgb(49,106,133); }

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