Shades of Spectra #325F4B
Tints of Spectra #325F4B
RGB
CMYK
RGB Variations
Color information
#325F4B (or 0x325F4B) is known color: Spectra. HEX triplet: 32, 5F and 4B. RGB value is (50,95,75). Sum of RGB (Red+Green+Blue) = 50+95+75=220 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.73% from 220); Green value is 95 (37.5% from 255 or 43.18% from 220); Blue value is 75 (29.69% from 255 or 34.09% from 220); Max value from RGB is 95 - color contains mainly: green. Hex color #325F4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325F4B is #CDA0B4. Grayscale: #4F4F4F. Windows color (decimal): -13476021 or 4939570. OLE color: 4939570.
HSL color Cylindrical-coordinate representation of color #325F4B: hue angle of 153.33º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #325F4B is Cyan = 0.47, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 50 | 95 | 75 | - |
| CMYK | 0.47 | 0 | 0.21 | 0.63 |
| HSL | 153.33º | 0.31% | 0.28% | - |
| HSV(B) | 153.33º | 0.47% | 0.37% | - |
| XYZ | 6.68 | 9.37 | 8.11 | - |
| YUV | 79.27 | 125.59 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 95 | 75 | 0.47 | 0 | 0.21 | 0.63 | 153.33 | 0.31 | 0.28 |
| Hex | 32 | 5F | 4B | 2F | 0 | 15 | 3F | 99 | 1F | 1C |
| Octal | 62 | 137 | 113 | 57 | 0 | 25 | 77 | 231 | 37 | 34 |
| Binary | 110010 | 1011111 | 1001011 | 101111 | 0 | 10101 | 111111 | 10011001 | 11111 | 11100 |
Color Harmonies of #325F4B
Complementary color
Monochromatic Colors of #325F4B
Black with #325F4B
Text Example
Text Example
White with #325F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325F4B; }
p { color: rgb(50,95,75); }
H1.HeaderClassName
{
color: #325F4B;
}
.AnyTagClassName
{
color: #325F4B;
}
</style>
background-color css
<style>
a { background-color: #325F4B; }
a { background-color: rgb(50,95,75); }
div.DivClassName
{
background-color: #325F4B;
}
.BgClassName
{
background-color: #325F4B;
}
</style>
border-color css
<style>
span { border-color: #325F4B; }
span { border-color: rgb(50,95,75); }
td.TdClassName
{
border-color: #325F4B;
}
.TagClassName
{
border-color: #325F4B;
}
</style>