Shades of Spectra #35694D
Tints of Spectra #35694D
RGB
CMYK
RGB Variations
Color information
#35694D (or 0x35694D) is known color: Spectra. HEX triplet: 35, 69 and 4D. RGB value is (53,105,77). Sum of RGB (Red+Green+Blue) = 53+105+77=235 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.55% from 235); Green value is 105 (41.41% from 255 or 44.68% from 235); Blue value is 77 (30.47% from 255 or 32.77% from 235); Max value from RGB is 105 - color contains mainly: green. Hex color #35694D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35694D is #CA96B2. Grayscale: #565656. Windows color (decimal): -13276851 or 5073205. OLE color: 5073205.
HSL color Cylindrical-coordinate representation of color #35694D: hue angle of 147.69º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #35694D is Cyan = 0.50, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 53 | 105 | 77 | - |
| CMYK | 0.50 | 0 | 0.27 | 0.59 |
| HSL | 147.69º | 0.33% | 0.31% | - |
| HSV(B) | 147.69º | 0.5% | 0.41% | - |
| XYZ | 7.86 | 11.4 | 8.81 | - |
| YUV | 86.26 | 122.77 | 104.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 105 | 77 | 0.50 | 0 | 0.27 | 0.59 | 147.69 | 0.33 | 0.31 |
| Hex | 35 | 69 | 4D | 32 | 0 | 1B | 3B | 94 | 21 | 1F |
| Octal | 65 | 151 | 115 | 62 | 0 | 33 | 73 | 224 | 41 | 37 |
| Binary | 110101 | 1101001 | 1001101 | 110010 | 0 | 11011 | 111011 | 10010100 | 100001 | 11111 |
Color Harmonies of #35694D
Complementary color
Monochromatic Colors of #35694D
Black with #35694D
Text Example
Text Example
White with #35694D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35694D; }
p { color: rgb(53,105,77); }
H1.HeaderClassName
{
color: #35694D;
}
.AnyTagClassName
{
color: #35694D;
}
</style>
background-color css
<style>
a { background-color: #35694D; }
a { background-color: rgb(53,105,77); }
div.DivClassName
{
background-color: #35694D;
}
.BgClassName
{
background-color: #35694D;
}
</style>
border-color css
<style>
span { border-color: #35694D; }
span { border-color: rgb(53,105,77); }
td.TdClassName
{
border-color: #35694D;
}
.TagClassName
{
border-color: #35694D;
}
</style>