#316f7e

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

Shades of Astral #316F7E

Tints of Astral #316F7E

Color information

#316F7E (or 0x316F7E) is unknown color: approx Astral. HEX triplet: 31, 6F and 7E. RGB value is (49,111,126). Sum of RGB (Red+Green+Blue) = 49+111+126=286 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.13% from 286); Green value is 111 (43.75% from 255 or 38.81% from 286); Blue value is 126 (49.61% from 255 or 44.06% from 286); Max value from RGB is 126 - color contains mainly: blue. Hex color #316F7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316F7E is #CE9081. Grayscale: #5E5E5E. Windows color (decimal): -13537410 or 8286001. OLE color: 8286001.

HSL color Cylindrical-coordinate representation of color #316F7E: hue angle of 191.69º 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 #316F7E is Cyan = 0.61, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB49111126-
CMYK0.610.1200.51
HSL191.69º44%34.31%-
HSV(B)191.69º61.11%49.41%-
XYZ10.7213.5321.79-
YUV94.17145.9695.78-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.13%
GREEN value IS 111 (43.75% from 255) = 38.81%
BLUE value IS 126 (49.61% from 255) = 44.06%
R=17.13%
G=38.81%
B=44.06%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal491111260.610.1200.51191.694434.31
Hex316F7E3DC033c02c22
Octal6115717675140633005442
Binary110001110111111111101111011100011001111000000101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316f7e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,111,126); }

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

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

 a { background-color: rgb(49,111,126); }

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

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

 span { border-color: rgb(49,111,126); }

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