Shades of Spectra #33694F
Tints of Spectra #33694F
RGB
CMYK
RGB Variations
Color information
#33694F (or 0x33694F) is known color: Spectra. HEX triplet: 33, 69 and 4F. RGB value is (51,105,79). Sum of RGB (Red+Green+Blue) = 51+105+79=235 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.70% from 235); Green value is 105 (41.41% from 255 or 44.68% from 235); Blue value is 79 (31.25% from 255 or 33.62% from 235); Max value from RGB is 105 - color contains mainly: green. Hex color #33694F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33694F is #CC96B0. Grayscale: #555555. Windows color (decimal): -13407921 or 5204275. OLE color: 5204275.
HSL color Cylindrical-coordinate representation of color #33694F: hue angle of 151.11º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #33694F is Cyan = 0.51, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 51 | 105 | 79 | - |
| CMYK | 0.51 | 0 | 0.25 | 0.59 |
| HSL | 151.11º | 0.35% | 0.31% | - |
| HSV(B) | 151.11º | 0.51% | 0.41% | - |
| XYZ | 7.83 | 11.37 | 9.18 | - |
| YUV | 85.89 | 124.11 | 103.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 105 | 79 | 0.51 | 0 | 0.25 | 0.59 | 151.11 | 0.35 | 0.31 |
| Hex | 33 | 69 | 4F | 33 | 0 | 19 | 3B | 97 | 23 | 1F |
| Octal | 63 | 151 | 117 | 63 | 0 | 31 | 73 | 227 | 43 | 37 |
| Binary | 110011 | 1101001 | 1001111 | 110011 | 0 | 11001 | 111011 | 10010111 | 100011 | 11111 |
Color Harmonies of #33694F
Complementary color
Monochromatic Colors of #33694F
Black with #33694F
Text Example
Text Example
White with #33694F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33694F; }
p { color: rgb(51,105,79); }
H1.HeaderClassName
{
color: #33694F;
}
.AnyTagClassName
{
color: #33694F;
}
</style>
background-color css
<style>
a { background-color: #33694F; }
a { background-color: rgb(51,105,79); }
div.DivClassName
{
background-color: #33694F;
}
.BgClassName
{
background-color: #33694F;
}
</style>
border-color css
<style>
span { border-color: #33694F; }
span { border-color: rgb(51,105,79); }
td.TdClassName
{
border-color: #33694F;
}
.TagClassName
{
border-color: #33694F;
}
</style>