#315F52

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

Shades of Spectra #315F52

Tints of Spectra #315F52

Color information

#315F52 (or 0x315F52) is unknown color: approx Spectra. HEX triplet: 31, 5F and 52. RGB value is (49,95,82). Sum of RGB (Red+Green+Blue) = 49+95+82=226 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.68% from 226); Green value is 95 (37.5% from 255 or 42.04% from 226); Blue value is 82 (32.42% from 255 or 36.28% from 226); Max value from RGB is 95 - color contains mainly: green. Hex color #315F52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315F52 is #CEA0AD. Grayscale: #4F4F4F. Windows color (decimal): -13541550 or 5398321. OLE color: 5398321.

HSL color Cylindrical-coordinate representation of color #315F52: hue angle of 163.04º 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 #315F52 is Cyan = 0.48, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.63.

Color convert

RGB499582-
CMYK0.4800.140.63
HSL163.04º31.94%28.24%-
HSV(B)163.04º48.42%37.25%-
XYZ6.889.459.44-
YUV79.76129.26106.06-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.68%
GREEN value IS 95 (37.5% from 255) = 42.04%
BLUE value IS 82 (32.42% from 255) = 36.28%
R=21.68%
G=42.04%
B=36.28%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4995820.4800.140.63163.0431.9428.24
Hex315F52300E3Fa3201c
Octal6113712260016772434034
Binary11000110111111010010110000011101111111010001110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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