Shades of Tolopea #352E42
Tints of Tolopea #352E42
RGB
CMYK
RGB Variations
Color information
#352E42 (or 0x352E42) is known color: Tolopea. HEX triplet: 35, 2E and 42. RGB value is (53,46,66). Sum of RGB (Red+Green+Blue) = 53+46+66=165 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.12% from 165); Green value is 46 (18.36% from 255 or 27.88% from 165); Blue value is 66 (26.17% from 255 or 40% from 165); Max value from RGB is 66 - color contains mainly: blue. Hex color #352E42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352E42 is #CAD1BD. Grayscale: #323232. Windows color (decimal): -13291966 or 4337205. OLE color: 4337205.
HSL color Cylindrical-coordinate representation of color #352E42: hue angle of 261º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #352E42 is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 53 | 46 | 66 | - |
| CMYK | 0.20 | 0.30 | 0 | 0.74 |
| HSL | 261º | 0.18% | 0.22% | - |
| HSV(B) | 261º | 0.3% | 0.26% | - |
| XYZ | 3.43 | 3.1 | 5.57 | - |
| YUV | 50.37 | 136.82 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 46 | 66 | 0.20 | 0.30 | 0 | 0.74 | 261 | 0.18 | 0.22 |
| Hex | 35 | 2E | 42 | 14 | 1E | 0 | 4A | 105 | 12 | 16 |
| Octal | 65 | 56 | 102 | 24 | 36 | 0 | 112 | 405 | 22 | 26 |
| Binary | 110101 | 101110 | 1000010 | 10100 | 11110 | 0 | 1001010 | 100000101 | 10010 | 10110 |
Color Harmonies of #352E42
Complementary color
Monochromatic Colors of #352E42
Black with #352E42
Text Example
Text Example
White with #352E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352E42; }
p { color: rgb(53,46,66); }
H1.HeaderClassName
{
color: #352E42;
}
.AnyTagClassName
{
color: #352E42;
}
</style>
background-color css
<style>
a { background-color: #352E42; }
a { background-color: rgb(53,46,66); }
div.DivClassName
{
background-color: #352E42;
}
.BgClassName
{
background-color: #352E42;
}
</style>
border-color css
<style>
span { border-color: #352E42; }
span { border-color: rgb(53,46,66); }
td.TdClassName
{
border-color: #352E42;
}
.TagClassName
{
border-color: #352E42;
}
</style>