#316E7E

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

Shades of Astral #316E7E

Tints of Astral #316E7E

Color information

#316E7E (or 0x316E7E) is unknown color: approx Astral. HEX triplet: 31, 6E and 7E. RGB value is (49,110,126). Sum of RGB (Red+Green+Blue) = 49+110+126=285 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.19% from 285); Green value is 110 (43.36% from 255 or 38.60% from 285); Blue value is 126 (49.61% from 255 or 44.21% from 285); Max value from RGB is 126 - color contains mainly: blue. Hex color #316E7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316E7E is #CE9181. Grayscale: #5D5D5D. Windows color (decimal): -13537666 or 8285745. OLE color: 8285745.

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

Color convert

RGB49110126-
CMYK0.610.1300.51
HSL192.47º44%34.31%-
HSV(B)192.47º61.11%49.41%-
XYZ10.6113.3121.75-
YUV93.58146.2996.2-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.19%
GREEN value IS 110 (43.36% from 255) = 38.60%
BLUE value IS 126 (49.61% from 255) = 44.21%
R=17.19%
G=38.60%
B=44.21%

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
Decimal491101260.610.1300.51192.474434.31
Hex316E7E3DD033c02c22
Octal6115617675150633005442
Binary110001110111011111101111011101011001111000000101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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