#316D87

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

Shades of Astral #316D87

Tints of Astral #316D87

Color information

#316D87 (or 0x316D87) is unknown color: approx Astral. HEX triplet: 31, 6D and 87. RGB value is (49,109,135). Sum of RGB (Red+Green+Blue) = 49+109+135=293 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.72% from 293); Green value is 109 (42.97% from 255 or 37.20% from 293); Blue value is 135 (53.12% from 255 or 46.08% from 293); Max value from RGB is 135 - color contains mainly: blue. Hex color #316D87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316D87 is #CE9278. Grayscale: #5D5D5D. Windows color (decimal): -13537913 or 8875313. OLE color: 8875313.

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

Color convert

RGB49109135-
CMYK0.640.1900.47
HSL198.14º46.74%36.08%-
HSV(B)198.14º63.7%52.94%-
XYZ11.1113.3424.91-
YUV94.02151.1295.89-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.72%
GREEN value IS 109 (42.97% from 255) = 37.20%
BLUE value IS 135 (53.12% from 255) = 46.08%
R=16.72%
G=37.20%
B=46.08%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal491091350.640.1900.47198.1446.7436.08
Hex316D87401302Fc62f24
Octal61155207100230573065744
Binary110001110110110000111100000010011010111111000110101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,109,135); }

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

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

 a { background-color: rgb(49,109,135); }

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

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

 span { border-color: rgb(49,109,135); }

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