#316855

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

Shades of Spectra #316855

Tints of Spectra #316855

Color information

#316855 (or 0x316855) is unknown color: approx Spectra. HEX triplet: 31, 68 and 55. RGB value is (49,104,85). Sum of RGB (Red+Green+Blue) = 49+104+85=238 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.59% from 238); Green value is 104 (41.02% from 255 or 43.70% from 238); Blue value is 85 (33.59% from 255 or 35.71% from 238); Max value from RGB is 104 - color contains mainly: green. Hex color #316855 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316855 is #CE97AA. Grayscale: #555555. Windows color (decimal): -13539243 or 5597233. OLE color: 5597233.

HSL color Cylindrical-coordinate representation of color #316855: hue angle of 159.27º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #316855 is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.59.

Color convert

RGB4910485-
CMYK0.5300.180.59
HSL159.27º35.95%30%-
HSV(B)159.27º52.88%40.78%-
XYZ7.8611.2110.34-
YUV85.39127.78102.04-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.59%
GREEN value IS 104 (41.02% from 255) = 43.70%
BLUE value IS 85 (33.59% from 255) = 35.71%
R=20.59%
G=43.70%
B=35.71%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal49104850.5300.180.59159.2735.9530
Hex316855350123B9f241e
Octal6115012565022732374436
Binary110001110100010101011101010100101110111001111110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316855; }

 p { color: rgb(49,104,85); }

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

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

 a { background-color: rgb(49,104,85); }

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

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

 span { border-color: rgb(49,104,85); }

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