Shades of Spectra #335E4C
Tints of Spectra #335E4C
RGB
CMYK
RGB Variations
Color information
#335E4C (or 0x335E4C) is known color: Spectra. HEX triplet: 33, 5E and 4C. RGB value is (51,94,76). Sum of RGB (Red+Green+Blue) = 51+94+76=221 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.08% from 221); Green value is 94 (37.11% from 255 or 42.53% from 221); Blue value is 76 (30.08% from 255 or 34.39% from 221); Max value from RGB is 94 - color contains mainly: green. Hex color #335E4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335E4C is #CCA1B3. Grayscale: #4F4F4F. Windows color (decimal): -13410740 or 5004851. OLE color: 5004851.
HSL color Cylindrical-coordinate representation of color #335E4C: hue angle of 154.88º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #335E4C is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 51 | 94 | 76 | - |
| CMYK | 0.46 | 0 | 0.19 | 0.63 |
| HSL | 154.88º | 0.3% | 0.28% | - |
| HSV(B) | 154.88º | 0.46% | 0.37% | - |
| XYZ | 6.67 | 9.23 | 8.27 | - |
| YUV | 79.09 | 126.25 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 94 | 76 | 0.46 | 0 | 0.19 | 0.63 | 154.88 | 0.3 | 0.28 |
| Hex | 33 | 5E | 4C | 2E | 0 | 13 | 3F | 9B | 1E | 1C |
| Octal | 63 | 136 | 114 | 56 | 0 | 23 | 77 | 233 | 36 | 34 |
| Binary | 110011 | 1011110 | 1001100 | 101110 | 0 | 10011 | 111111 | 10011011 | 11110 | 11100 |
Color Harmonies of #335E4C
Complementary color
Monochromatic Colors of #335E4C
Black with #335E4C
Text Example
Text Example
White with #335E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335E4C; }
p { color: rgb(51,94,76); }
H1.HeaderClassName
{
color: #335E4C;
}
.AnyTagClassName
{
color: #335E4C;
}
</style>
background-color css
<style>
a { background-color: #335E4C; }
a { background-color: rgb(51,94,76); }
div.DivClassName
{
background-color: #335E4C;
}
.BgClassName
{
background-color: #335E4C;
}
</style>
border-color css
<style>
span { border-color: #335E4C; }
span { border-color: rgb(51,94,76); }
td.TdClassName
{
border-color: #335E4C;
}
.TagClassName
{
border-color: #335E4C;
}
</style>