#325549

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

Shades of Spectra #325549

Tints of Spectra #325549

Color information

#325549 (or 0x325549) is unknown color: approx Spectra. HEX triplet: 32, 55 and 49. RGB value is (50,85,73). Sum of RGB (Red+Green+Blue) = 50+85+73=208 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.04% from 208); Green value is 85 (33.59% from 255 or 40.87% from 208); Blue value is 73 (28.91% from 255 or 35.10% from 208); Max value from RGB is 85 - color contains mainly: green. Hex color #325549 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325549 is #CDAAB6. Grayscale: #494949. Windows color (decimal): -13478583 or 4805938. OLE color: 4805938.

HSL color Cylindrical-coordinate representation of color #325549: hue angle of 159.43º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #325549 is Cyan = 0.41, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB508573-
CMYK0.4100.140.67
HSL159.43º25.93%26.47%-
HSV(B)159.43º41.18%33.33%-
XYZ5.777.667.48-
YUV73.17127.9111.48-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.04%
GREEN value IS 85 (33.59% from 255) = 40.87%
BLUE value IS 73 (28.91% from 255) = 35.10%
R=24.04%
G=40.87%
B=35.10%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5085730.4100.140.67159.4325.9326.47
Hex325549290E439f1a1a
Octal62125111510161032373232
Binary11001010101011001001101001011101000011100111111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325549; }

 p { color: rgb(50,85,73); }

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

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

 a { background-color: rgb(50,85,73); }

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

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

 span { border-color: rgb(50,85,73); }

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