Shades of Spectra #35684D
Tints of Spectra #35684D
RGB
CMYK
RGB Variations
Color information
#35684D (or 0x35684D) is known color: Spectra. HEX triplet: 35, 68 and 4D. RGB value is (53,104,77). Sum of RGB (Red+Green+Blue) = 53+104+77=234 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.65% from 234); Green value is 104 (41.02% from 255 or 44.44% from 234); Blue value is 77 (30.47% from 255 or 32.91% from 234); Max value from RGB is 104 - color contains mainly: green. Hex color #35684D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35684D is #CA97B2. Grayscale: #555555. Windows color (decimal): -13277107 or 5072949. OLE color: 5072949.
HSL color Cylindrical-coordinate representation of color #35684D: hue angle of 148.24º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #35684D is Cyan = 0.49, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 53 | 104 | 77 | - |
| CMYK | 0.49 | 0 | 0.26 | 0.59 |
| HSL | 148.24º | 0.32% | 0.31% | - |
| HSV(B) | 148.24º | 0.49% | 0.41% | - |
| XYZ | 7.76 | 11.19 | 8.77 | - |
| YUV | 85.67 | 123.1 | 104.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 104 | 77 | 0.49 | 0 | 0.26 | 0.59 | 148.24 | 0.32 | 0.31 |
| Hex | 35 | 68 | 4D | 31 | 0 | 1A | 3B | 94 | 20 | 1F |
| Octal | 65 | 150 | 115 | 61 | 0 | 32 | 73 | 224 | 40 | 37 |
| Binary | 110101 | 1101000 | 1001101 | 110001 | 0 | 11010 | 111011 | 10010100 | 100000 | 11111 |
Color Harmonies of #35684D
Complementary color
Monochromatic Colors of #35684D
Black with #35684D
Text Example
Text Example
White with #35684D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35684D; }
p { color: rgb(53,104,77); }
H1.HeaderClassName
{
color: #35684D;
}
.AnyTagClassName
{
color: #35684D;
}
</style>
background-color css
<style>
a { background-color: #35684D; }
a { background-color: rgb(53,104,77); }
div.DivClassName
{
background-color: #35684D;
}
.BgClassName
{
background-color: #35684D;
}
</style>
border-color css
<style>
span { border-color: #35684D; }
span { border-color: rgb(53,104,77); }
td.TdClassName
{
border-color: #35684D;
}
.TagClassName
{
border-color: #35684D;
}
</style>