#315F4C

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

Shades of Spectra #315F4C

Tints of Spectra #315F4C

Color information

#315F4C (or 0x315F4C) is unknown color: approx Spectra. HEX triplet: 31, 5F and 4C. RGB value is (49,95,76). Sum of RGB (Red+Green+Blue) = 49+95+76=220 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.27% from 220); Green value is 95 (37.5% from 255 or 43.18% from 220); Blue value is 76 (30.08% from 255 or 34.55% from 220); Max value from RGB is 95 - color contains mainly: green. Hex color #315F4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315F4C is #CEA0B3. Grayscale: #4F4F4F. Windows color (decimal): -13541556 or 5005105. OLE color: 5005105.

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

Color convert

RGB499576-
CMYK0.4800.200.63
HSL155.22º31.94%28.24%-
HSV(B)155.22º48.42%37.25%-
XYZ6.669.368.29-
YUV79.08126.26106.54-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.27%
GREEN value IS 95 (37.5% from 255) = 43.18%
BLUE value IS 76 (30.08% from 255) = 34.55%
R=22.27%
G=43.18%
B=34.55%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4995760.4800.200.63155.2231.9428.24
Hex315F4C300143F9b201c
Octal6113711460024772334034
Binary110001101111110011001100000101001111111001101110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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