#315B51

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

Shades of Spectra #315B51

Tints of Spectra #315B51

Color information

#315B51 (or 0x315B51) is unknown color: approx Spectra. HEX triplet: 31, 5B and 51. RGB value is (49,91,81). Sum of RGB (Red+Green+Blue) = 49+91+81=221 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.17% from 221); Green value is 91 (35.94% from 255 or 41.18% from 221); Blue value is 81 (32.03% from 255 or 36.65% from 221); Max value from RGB is 91 - color contains mainly: green. Hex color #315B51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315B51 is #CEA4AE. Grayscale: #4D4D4D. Windows color (decimal): -13542575 or 5331761. OLE color: 5331761.

HSL color Cylindrical-coordinate representation of color #315B51: hue angle of 165.71º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #315B51 is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.64.

Color convert

RGB499181-
CMYK0.4600.110.64
HSL165.71º30%27.45%-
HSV(B)165.71º46.15%35.69%-
XYZ6.498.739.13-
YUV77.3130.09107.81-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.17%
GREEN value IS 91 (35.94% from 255) = 41.18%
BLUE value IS 81 (32.03% from 255) = 36.65%
R=22.17%
G=41.18%
B=36.65%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4991810.4600.110.64165.713027.45
Hex315B512E0B40a61e1b
Octal61133121560131002463633
Binary11000110110111010001101110010111000000101001101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315B51; }

 p { color: rgb(49,91,81); }

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

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

 a { background-color: rgb(49,91,81); }

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

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

 span { border-color: rgb(49,91,81); }

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