#315F51

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

Shades of Spectra #315F51

Tints of Spectra #315F51

Color information

#315F51 (or 0x315F51) is unknown color: approx Spectra. HEX triplet: 31, 5F and 51. RGB value is (49,95,81). Sum of RGB (Red+Green+Blue) = 49+95+81=225 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.78% from 225); Green value is 95 (37.5% from 255 or 42.22% from 225); Blue value is 81 (32.03% from 255 or 36% from 225); Max value from RGB is 95 - color contains mainly: green. Hex color #315F51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315F51 is #CEA0AE. Grayscale: #4F4F4F. Windows color (decimal): -13541551 or 5332785. OLE color: 5332785.

HSL color Cylindrical-coordinate representation of color #315F51: hue angle of 161.74º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #315F51 is Cyan = 0.48, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.63.

Color convert

RGB499581-
CMYK0.4800.150.63
HSL161.74º31.94%28.24%-
HSV(B)161.74º48.42%37.25%-
XYZ6.849.439.24-
YUV79.65128.76106.14-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.78%
GREEN value IS 95 (37.5% from 255) = 42.22%
BLUE value IS 81 (32.03% from 255) = 36%
R=21.78%
G=42.22%
B=36%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4995810.4800.150.63161.7431.9428.24
Hex315F51300F3Fa2201c
Octal6113712160017772424034
Binary11000110111111010001110000011111111111010001010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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