#316D7D

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

Shades of Astral #316D7D

Tints of Astral #316D7D

Color information

#316D7D (or 0x316D7D) is unknown color: approx Astral. HEX triplet: 31, 6D and 7D. RGB value is (49,109,125). Sum of RGB (Red+Green+Blue) = 49+109+125=283 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.31% from 283); Green value is 109 (42.97% from 255 or 38.52% from 283); Blue value is 125 (49.22% from 255 or 44.17% from 283); Max value from RGB is 125 - color contains mainly: blue. Hex color #316D7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316D7D is #CE9282. Grayscale: #5C5C5C. Windows color (decimal): -13537923 or 8219953. OLE color: 8219953.

HSL color Cylindrical-coordinate representation of color #316D7D: hue angle of 192.63º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #316D7D is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB49109125-
CMYK0.610.1300.51
HSL192.63º43.68%34.12%-
HSV(B)192.63º60.8%49.02%-
XYZ10.4413.0721.37-
YUV92.88146.1296.7-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.31%
GREEN value IS 109 (42.97% from 255) = 38.52%
BLUE value IS 125 (49.22% from 255) = 44.17%
R=17.31%
G=38.52%
B=44.17%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal491091250.610.1300.51192.6343.6834.12
Hex316D7D3DD033c12c22
Octal6115517575150633015442
Binary110001110110111111011111011101011001111000001101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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