#316D80

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

Shades of Astral #316D80

Tints of Astral #316D80

Color information

#316D80 (or 0x316D80) is unknown color: approx Astral. HEX triplet: 31, 6D and 80. RGB value is (49,109,128). Sum of RGB (Red+Green+Blue) = 49+109+128=286 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.13% from 286); Green value is 109 (42.97% from 255 or 38.11% from 286); Blue value is 128 (50.39% from 255 or 44.76% from 286); Max value from RGB is 128 - color contains mainly: blue. Hex color #316D80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316D80 is #CE927F. Grayscale: #5D5D5D. Windows color (decimal): -13537920 or 8416561. OLE color: 8416561.

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

Color convert

RGB49109128-
CMYK0.620.1500.50
HSL194.43º44.63%34.71%-
HSV(B)194.43º61.72%50.2%-
XYZ10.6313.1522.4-
YUV93.23147.6296.46-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.13%
GREEN value IS 109 (42.97% from 255) = 38.11%
BLUE value IS 128 (50.39% from 255) = 44.76%
R=17.13%
G=38.11%
B=44.76%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal491091280.620.1500.50194.4344.6334.71
Hex316D803EF032c22d23
Octal6115520076170623025543
Binary1100011101101100000001111101111011001011000010101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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