Shades of Spectra #33674D
Tints of Spectra #33674D
RGB
CMYK
RGB Variations
Color information
#33674D (or 0x33674D) is known color: Spectra. HEX triplet: 33, 67 and 4D. RGB value is (51,103,77). Sum of RGB (Red+Green+Blue) = 51+103+77=231 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.08% from 231); Green value is 103 (40.62% from 255 or 44.59% from 231); Blue value is 77 (30.47% from 255 or 33.33% from 231); Max value from RGB is 103 - color contains mainly: green. Hex color #33674D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33674D is #CC98B2. Grayscale: #545454. Windows color (decimal): -13408435 or 5072691. OLE color: 5072691.
HSL color Cylindrical-coordinate representation of color #33674D: hue angle of 150º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #33674D is Cyan = 0.50, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 51 | 103 | 77 | - |
| CMYK | 0.50 | 0 | 0.25 | 0.60 |
| HSL | 150º | 0.34% | 0.3% | - |
| HSV(B) | 150º | 0.5% | 0.4% | - |
| XYZ | 7.56 | 10.94 | 8.73 | - |
| YUV | 84.49 | 123.77 | 104.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 103 | 77 | 0.50 | 0 | 0.25 | 0.60 | 150 | 0.34 | 0.3 |
| Hex | 33 | 67 | 4D | 32 | 0 | 19 | 3C | 96 | 22 | 1E |
| Octal | 63 | 147 | 115 | 62 | 0 | 31 | 74 | 226 | 42 | 36 |
| Binary | 110011 | 1100111 | 1001101 | 110010 | 0 | 11001 | 111100 | 10010110 | 100010 | 11110 |
Color Harmonies of #33674D
Complementary color
Monochromatic Colors of #33674D
Black with #33674D
Text Example
Text Example
White with #33674D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33674D; }
p { color: rgb(51,103,77); }
H1.HeaderClassName
{
color: #33674D;
}
.AnyTagClassName
{
color: #33674D;
}
</style>
background-color css
<style>
a { background-color: #33674D; }
a { background-color: rgb(51,103,77); }
div.DivClassName
{
background-color: #33674D;
}
.BgClassName
{
background-color: #33674D;
}
</style>
border-color css
<style>
span { border-color: #33674D; }
span { border-color: rgb(51,103,77); }
td.TdClassName
{
border-color: #33674D;
}
.TagClassName
{
border-color: #33674D;
}
</style>