#316E7F

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

Shades of Astral #316E7F

Tints of Astral #316E7F

Color information

#316E7F (or 0x316E7F) is unknown color: approx Astral. HEX triplet: 31, 6E and 7F. RGB value is (49,110,127). Sum of RGB (Red+Green+Blue) = 49+110+127=286 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.13% from 286); Green value is 110 (43.36% from 255 or 38.46% from 286); Blue value is 127 (50% from 255 or 44.41% from 286); Max value from RGB is 127 - color contains mainly: blue. Hex color #316E7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316E7F is #CE9180. Grayscale: #5D5D5D. Windows color (decimal): -13537665 or 8351281. OLE color: 8351281.

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

Color convert

RGB49110127-
CMYK0.610.1300.50
HSL193.08º44.32%34.51%-
HSV(B)193.08º61.42%49.8%-
XYZ10.6713.3422.09-
YUV93.7146.7996.12-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.13%
GREEN value IS 110 (43.36% from 255) = 38.46%
BLUE value IS 127 (50% from 255) = 44.41%
R=17.13%
G=38.46%
B=44.41%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal491101270.610.1300.50193.0844.3234.51
Hex316E7F3DD032c12c23
Octal6115617775150623015443
Binary110001110111011111111111011101011001011000001101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,110,127); }

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

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

 a { background-color: rgb(49,110,127); }

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

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

 span { border-color: rgb(49,110,127); }

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