Shades of Tolopea #352E40
Tints of Tolopea #352E40
RGB
CMYK
RGB Variations
Color information
#352E40 (or 0x352E40) is known color: Tolopea. HEX triplet: 35, 2E and 40. RGB value is (53,46,64). Sum of RGB (Red+Green+Blue) = 53+46+64=163 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.52% from 163); Green value is 46 (18.36% from 255 or 28.22% from 163); Blue value is 64 (25.39% from 255 or 39.26% from 163); Max value from RGB is 64 - color contains mainly: blue. Hex color #352E40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352E40 is #CAD1BF. Grayscale: #323232. Windows color (decimal): -13291968 or 4206133. OLE color: 4206133.
HSL color Cylindrical-coordinate representation of color #352E40: hue angle of 263.33º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #352E40 is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 53 | 46 | 64 | - |
| CMYK | 0.17 | 0.28 | 0 | 0.75 |
| HSL | 263.33º | 0.16% | 0.22% | - |
| HSV(B) | 263.33º | 0.28% | 0.25% | - |
| XYZ | 3.37 | 3.08 | 5.27 | - |
| YUV | 50.15 | 135.82 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 46 | 64 | 0.17 | 0.28 | 0 | 0.75 | 263.33 | 0.16 | 0.22 |
| Hex | 35 | 2E | 40 | 11 | 1C | 0 | 4B | 107 | 10 | 16 |
| Octal | 65 | 56 | 100 | 21 | 34 | 0 | 113 | 407 | 20 | 26 |
| Binary | 110101 | 101110 | 1000000 | 10001 | 11100 | 0 | 1001011 | 100000111 | 10000 | 10110 |
Color Harmonies of #352E40
Complementary color
Monochromatic Colors of #352E40
Black with #352E40
Text Example
Text Example
White with #352E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352E40; }
p { color: rgb(53,46,64); }
H1.HeaderClassName
{
color: #352E40;
}
.AnyTagClassName
{
color: #352E40;
}
</style>
background-color css
<style>
a { background-color: #352E40; }
a { background-color: rgb(53,46,64); }
div.DivClassName
{
background-color: #352E40;
}
.BgClassName
{
background-color: #352E40;
}
</style>
border-color css
<style>
span { border-color: #352E40; }
span { border-color: rgb(53,46,64); }
td.TdClassName
{
border-color: #352E40;
}
.TagClassName
{
border-color: #352E40;
}
</style>