Shades of Spectra #325B4E
Tints of Spectra #325B4E
RGB
CMYK
RGB Variations
Color information
#325B4E (or 0x325B4E) is known color: Spectra. HEX triplet: 32, 5B and 4E. RGB value is (50,91,78). Sum of RGB (Red+Green+Blue) = 50+91+78=219 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.83% from 219); Green value is 91 (35.94% from 255 or 41.55% from 219); Blue value is 78 (30.86% from 255 or 35.62% from 219); Max value from RGB is 91 - color contains mainly: green. Hex color #325B4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325B4E is #CDA4B1. Grayscale: #4D4D4D. Windows color (decimal): -13477042 or 5135154. OLE color: 5135154.
HSL color Cylindrical-coordinate representation of color #325B4E: hue angle of 160.98º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #325B4E is Cyan = 0.45, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 91 | 78 | - |
| CMYK | 0.45 | 0 | 0.14 | 0.64 |
| HSL | 160.98º | 0.29% | 0.28% | - |
| HSV(B) | 160.98º | 0.45% | 0.36% | - |
| XYZ | 6.43 | 8.71 | 8.55 | - |
| YUV | 77.26 | 128.42 | 108.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 91 | 78 | 0.45 | 0 | 0.14 | 0.64 | 160.98 | 0.29 | 0.28 |
| Hex | 32 | 5B | 4E | 2D | 0 | E | 40 | A1 | 1D | 1C |
| Octal | 62 | 133 | 116 | 55 | 0 | 16 | 100 | 241 | 35 | 34 |
| Binary | 110010 | 1011011 | 1001110 | 101101 | 0 | 1110 | 1000000 | 10100001 | 11101 | 11100 |
Color Harmonies of #325B4E
Complementary color
Monochromatic Colors of #325B4E
Black with #325B4E
Text Example
Text Example
White with #325B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325B4E; }
p { color: rgb(50,91,78); }
H1.HeaderClassName
{
color: #325B4E;
}
.AnyTagClassName
{
color: #325B4E;
}
</style>
background-color css
<style>
a { background-color: #325B4E; }
a { background-color: rgb(50,91,78); }
div.DivClassName
{
background-color: #325B4E;
}
.BgClassName
{
background-color: #325B4E;
}
</style>
border-color css
<style>
span { border-color: #325B4E; }
span { border-color: rgb(50,91,78); }
td.TdClassName
{
border-color: #325B4E;
}
.TagClassName
{
border-color: #325B4E;
}
</style>