#325649

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

Shades of Spectra #325649

Tints of Spectra #325649

Color information

#325649 (or 0x325649) is unknown color: approx Spectra. HEX triplet: 32, 56 and 49. RGB value is (50,86,73). Sum of RGB (Red+Green+Blue) = 50+86+73=209 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.92% from 209); Green value is 86 (33.98% from 255 or 41.15% from 209); Blue value is 73 (28.91% from 255 or 34.93% from 209); Max value from RGB is 86 - color contains mainly: green. Hex color #325649 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325649 is #CDA9B6. Grayscale: #494949. Windows color (decimal): -13478327 or 4806194. OLE color: 4806194.

HSL color Cylindrical-coordinate representation of color #325649: hue angle of 158.33º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #325649 is Cyan = 0.42, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.66.

Color convert

RGB508673-
CMYK0.4200.150.66
HSL158.33º26.47%26.67%-
HSV(B)158.33º41.86%33.73%-
XYZ5.857.817.5-
YUV73.75127.57111.06-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.92%
GREEN value IS 86 (33.98% from 255) = 41.15%
BLUE value IS 73 (28.91% from 255) = 34.93%
R=23.92%
G=41.15%
B=34.93%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5086730.4200.150.66158.3326.4726.67
Hex3256492A0F429e1a1b
Octal62126111520171022363233
Binary11001010101101001001101010011111000010100111101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325649; }

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

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

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

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

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

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

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

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