Shades of Spectra #33654F
Tints of Spectra #33654F
RGB
CMYK
RGB Variations
Color information
#33654F (or 0x33654F) is known color: Spectra. HEX triplet: 33, 65 and 4F. RGB value is (51,101,79). Sum of RGB (Red+Green+Blue) = 51+101+79=231 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.08% from 231); Green value is 101 (39.84% from 255 or 43.72% from 231); Blue value is 79 (31.25% from 255 or 34.20% from 231); Max value from RGB is 101 - color contains mainly: green. Hex color #33654F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33654F is #CC9AB0. Grayscale: #535353. Windows color (decimal): -13408945 or 5203251. OLE color: 5203251.
HSL color Cylindrical-coordinate representation of color #33654F: hue angle of 153.6º degrees, saturation: 0.33, 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 #33654F is Cyan = 0.50, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 51 | 101 | 79 | - |
| CMYK | 0.50 | 0 | 0.22 | 0.60 |
| HSL | 153.6º | 0.33% | 0.3% | - |
| HSV(B) | 153.6º | 0.5% | 0.4% | - |
| XYZ | 7.43 | 10.58 | 9.05 | - |
| YUV | 83.54 | 125.44 | 104.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 101 | 79 | 0.50 | 0 | 0.22 | 0.60 | 153.6 | 0.33 | 0.3 |
| Hex | 33 | 65 | 4F | 32 | 0 | 16 | 3C | 9A | 21 | 1E |
| Octal | 63 | 145 | 117 | 62 | 0 | 26 | 74 | 232 | 41 | 36 |
| Binary | 110011 | 1100101 | 1001111 | 110010 | 0 | 10110 | 111100 | 10011010 | 100001 | 11110 |
Color Harmonies of #33654F
Complementary color
Monochromatic Colors of #33654F
Black with #33654F
Text Example
Text Example
White with #33654F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33654F; }
p { color: rgb(51,101,79); }
H1.HeaderClassName
{
color: #33654F;
}
.AnyTagClassName
{
color: #33654F;
}
</style>
background-color css
<style>
a { background-color: #33654F; }
a { background-color: rgb(51,101,79); }
div.DivClassName
{
background-color: #33654F;
}
.BgClassName
{
background-color: #33654F;
}
</style>
border-color css
<style>
span { border-color: #33654F; }
span { border-color: rgb(51,101,79); }
td.TdClassName
{
border-color: #33654F;
}
.TagClassName
{
border-color: #33654F;
}
</style>