Shades of Spectra #35684E
Tints of Spectra #35684E
RGB
CMYK
RGB Variations
Color information
#35684E (or 0x35684E) is known color: Spectra. HEX triplet: 35, 68 and 4E. RGB value is (53,104,78). Sum of RGB (Red+Green+Blue) = 53+104+78=235 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.55% from 235); Green value is 104 (41.02% from 255 or 44.26% from 235); Blue value is 78 (30.86% from 255 or 33.19% from 235); Max value from RGB is 104 - color contains mainly: green. Hex color #35684E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35684E is #CA97B1. Grayscale: #555555. Windows color (decimal): -13277106 or 5138485. OLE color: 5138485.
HSL color Cylindrical-coordinate representation of color #35684E: hue angle of 149.41º 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 #35684E is Cyan = 0.49, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 53 | 104 | 78 | - |
| CMYK | 0.49 | 0 | 0.25 | 0.59 |
| HSL | 149.41º | 0.32% | 0.31% | - |
| HSV(B) | 149.41º | 0.49% | 0.41% | - |
| XYZ | 7.79 | 11.21 | 8.96 | - |
| YUV | 85.79 | 123.6 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 104 | 78 | 0.49 | 0 | 0.25 | 0.59 | 149.41 | 0.32 | 0.31 |
| Hex | 35 | 68 | 4E | 31 | 0 | 19 | 3B | 95 | 20 | 1F |
| Octal | 65 | 150 | 116 | 61 | 0 | 31 | 73 | 225 | 40 | 37 |
| Binary | 110101 | 1101000 | 1001110 | 110001 | 0 | 11001 | 111011 | 10010101 | 100000 | 11111 |
Color Harmonies of #35684E
Complementary color
Monochromatic Colors of #35684E
Black with #35684E
Text Example
Text Example
White with #35684E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35684E; }
p { color: rgb(53,104,78); }
H1.HeaderClassName
{
color: #35684E;
}
.AnyTagClassName
{
color: #35684E;
}
</style>
background-color css
<style>
a { background-color: #35684E; }
a { background-color: rgb(53,104,78); }
div.DivClassName
{
background-color: #35684E;
}
.BgClassName
{
background-color: #35684E;
}
</style>
border-color css
<style>
span { border-color: #35684E; }
span { border-color: rgb(53,104,78); }
td.TdClassName
{
border-color: #35684E;
}
.TagClassName
{
border-color: #35684E;
}
</style>