Shades of Spectra #325F4C
Tints of Spectra #325F4C
RGB
CMYK
RGB Variations
Color information
#325F4C (or 0x325F4C) is known color: Spectra. HEX triplet: 32, 5F and 4C. RGB value is (50,95,76). Sum of RGB (Red+Green+Blue) = 50+95+76=221 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.62% from 221); Green value is 95 (37.5% from 255 or 42.99% from 221); Blue value is 76 (30.08% from 255 or 34.39% from 221); Max value from RGB is 95 - color contains mainly: green. Hex color #325F4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325F4C is #CDA0B3. Grayscale: #4F4F4F. Windows color (decimal): -13476020 or 5005106. OLE color: 5005106.
HSL color Cylindrical-coordinate representation of color #325F4C: hue angle of 154.67º 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 #325F4C is Cyan = 0.47, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 50 | 95 | 76 | - |
| CMYK | 0.47 | 0 | 0.20 | 0.63 |
| HSL | 154.67º | 0.31% | 0.28% | - |
| HSV(B) | 154.67º | 0.47% | 0.37% | - |
| XYZ | 6.71 | 9.38 | 8.3 | - |
| YUV | 79.38 | 126.09 | 107.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 95 | 76 | 0.47 | 0 | 0.20 | 0.63 | 154.67 | 0.31 | 0.28 |
| Hex | 32 | 5F | 4C | 2F | 0 | 14 | 3F | 9B | 1F | 1C |
| Octal | 62 | 137 | 114 | 57 | 0 | 24 | 77 | 233 | 37 | 34 |
| Binary | 110010 | 1011111 | 1001100 | 101111 | 0 | 10100 | 111111 | 10011011 | 11111 | 11100 |
Color Harmonies of #325F4C
Complementary color
Monochromatic Colors of #325F4C
Black with #325F4C
Text Example
Text Example
White with #325F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325F4C; }
p { color: rgb(50,95,76); }
H1.HeaderClassName
{
color: #325F4C;
}
.AnyTagClassName
{
color: #325F4C;
}
</style>
background-color css
<style>
a { background-color: #325F4C; }
a { background-color: rgb(50,95,76); }
div.DivClassName
{
background-color: #325F4C;
}
.BgClassName
{
background-color: #325F4C;
}
</style>
border-color css
<style>
span { border-color: #325F4C; }
span { border-color: rgb(50,95,76); }
td.TdClassName
{
border-color: #325F4C;
}
.TagClassName
{
border-color: #325F4C;
}
</style>