Shades of Spectra #325B4D
Tints of Spectra #325B4D
RGB
CMYK
RGB Variations
Color information
#325B4D (or 0x325B4D) is known color: Spectra. HEX triplet: 32, 5B and 4D. RGB value is (50,91,77). Sum of RGB (Red+Green+Blue) = 50+91+77=218 (28% of max value = 765). Red value is 50 (19.92% from 255 or 22.94% from 218); Green value is 91 (35.94% from 255 or 41.74% from 218); Blue value is 77 (30.47% from 255 or 35.32% from 218); Max value from RGB is 91 - color contains mainly: green. Hex color #325B4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325B4D is #CDA4B2. Grayscale: #4D4D4D. Windows color (decimal): -13477043 or 5069618. OLE color: 5069618.
HSL color Cylindrical-coordinate representation of color #325B4D: hue angle of 159.51º 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 #325B4D is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 91 | 77 | - |
| CMYK | 0.45 | 0 | 0.15 | 0.64 |
| HSL | 159.51º | 0.29% | 0.28% | - |
| HSV(B) | 159.51º | 0.45% | 0.36% | - |
| XYZ | 6.4 | 8.7 | 8.36 | - |
| YUV | 77.15 | 127.92 | 108.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 91 | 77 | 0.45 | 0 | 0.15 | 0.64 | 159.51 | 0.29 | 0.28 |
| Hex | 32 | 5B | 4D | 2D | 0 | F | 40 | A0 | 1D | 1C |
| Octal | 62 | 133 | 115 | 55 | 0 | 17 | 100 | 240 | 35 | 34 |
| Binary | 110010 | 1011011 | 1001101 | 101101 | 0 | 1111 | 1000000 | 10100000 | 11101 | 11100 |
Color Harmonies of #325B4D
Complementary color
Monochromatic Colors of #325B4D
Black with #325B4D
Text Example
Text Example
White with #325B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325B4D; }
p { color: rgb(50,91,77); }
H1.HeaderClassName
{
color: #325B4D;
}
.AnyTagClassName
{
color: #325B4D;
}
</style>
background-color css
<style>
a { background-color: #325B4D; }
a { background-color: rgb(50,91,77); }
div.DivClassName
{
background-color: #325B4D;
}
.BgClassName
{
background-color: #325B4D;
}
</style>
border-color css
<style>
span { border-color: #325B4D; }
span { border-color: rgb(50,91,77); }
td.TdClassName
{
border-color: #325B4D;
}
.TagClassName
{
border-color: #325B4D;
}
</style>