Shades of Spectra #325D4B
Tints of Spectra #325D4B
RGB
CMYK
RGB Variations
Color information
#325D4B (or 0x325D4B) is known color: Spectra. HEX triplet: 32, 5D and 4B. RGB value is (50,93,75). Sum of RGB (Red+Green+Blue) = 50+93+75=218 (28% of max value = 765). Red value is 50 (19.92% from 255 or 22.94% from 218); Green value is 93 (36.72% from 255 or 42.66% from 218); Blue value is 75 (29.69% from 255 or 34.40% from 218); Max value from RGB is 93 - color contains mainly: green. Hex color #325D4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325D4B is #CDA2B4. Grayscale: #4E4E4E. Windows color (decimal): -13476533 or 4939058. OLE color: 4939058.
HSL color Cylindrical-coordinate representation of color #325D4B: hue angle of 154.88º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #325D4B is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 93 | 75 | - |
| CMYK | 0.46 | 0 | 0.19 | 0.64 |
| HSL | 154.88º | 0.3% | 0.28% | - |
| HSV(B) | 154.88º | 0.46% | 0.36% | - |
| XYZ | 6.5 | 9.01 | 8.05 | - |
| YUV | 78.09 | 126.25 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 93 | 75 | 0.46 | 0 | 0.19 | 0.64 | 154.88 | 0.3 | 0.28 |
| Hex | 32 | 5D | 4B | 2E | 0 | 13 | 40 | 9B | 1E | 1C |
| Octal | 62 | 135 | 113 | 56 | 0 | 23 | 100 | 233 | 36 | 34 |
| Binary | 110010 | 1011101 | 1001011 | 101110 | 0 | 10011 | 1000000 | 10011011 | 11110 | 11100 |
Color Harmonies of #325D4B
Complementary color
Monochromatic Colors of #325D4B
Black with #325D4B
Text Example
Text Example
White with #325D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325D4B; }
p { color: rgb(50,93,75); }
H1.HeaderClassName
{
color: #325D4B;
}
.AnyTagClassName
{
color: #325D4B;
}
</style>
background-color css
<style>
a { background-color: #325D4B; }
a { background-color: rgb(50,93,75); }
div.DivClassName
{
background-color: #325D4B;
}
.BgClassName
{
background-color: #325D4B;
}
</style>
border-color css
<style>
span { border-color: #325D4B; }
span { border-color: rgb(50,93,75); }
td.TdClassName
{
border-color: #325D4B;
}
.TagClassName
{
border-color: #325D4B;
}
</style>