Shades of Tolopea #352C40
Tints of Tolopea #352C40
RGB
CMYK
RGB Variations
Color information
#352C40 (or 0x352C40) is known color: Tolopea. HEX triplet: 35, 2C and 40. RGB value is (53,44,64). Sum of RGB (Red+Green+Blue) = 53+44+64=161 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.92% from 161); Green value is 44 (17.58% from 255 or 27.33% from 161); Blue value is 64 (25.39% from 255 or 39.75% from 161); Max value from RGB is 64 - color contains mainly: blue. Hex color #352C40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352C40 is #CAD3BF. Grayscale: #303030. Windows color (decimal): -13292480 or 4205621. OLE color: 4205621.
HSL color Cylindrical-coordinate representation of color #352C40: hue angle of 267º degrees, saturation: 0.19, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #352C40 is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 53 | 44 | 64 | - |
| CMYK | 0.17 | 0.31 | 0 | 0.75 |
| HSL | 267º | 0.19% | 0.21% | - |
| HSV(B) | 267º | 0.31% | 0.25% | - |
| XYZ | 3.29 | 2.93 | 5.24 | - |
| YUV | 48.97 | 136.48 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 44 | 64 | 0.17 | 0.31 | 0 | 0.75 | 267 | 0.19 | 0.21 |
| Hex | 35 | 2C | 40 | 11 | 1F | 0 | 4B | 10B | 13 | 15 |
| Octal | 65 | 54 | 100 | 21 | 37 | 0 | 113 | 413 | 23 | 25 |
| Binary | 110101 | 101100 | 1000000 | 10001 | 11111 | 0 | 1001011 | 100001011 | 10011 | 10101 |
Color Harmonies of #352C40
Complementary color
Monochromatic Colors of #352C40
Black with #352C40
Text Example
Text Example
White with #352C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352C40; }
p { color: rgb(53,44,64); }
H1.HeaderClassName
{
color: #352C40;
}
.AnyTagClassName
{
color: #352C40;
}
</style>
background-color css
<style>
a { background-color: #352C40; }
a { background-color: rgb(53,44,64); }
div.DivClassName
{
background-color: #352C40;
}
.BgClassName
{
background-color: #352C40;
}
</style>
border-color css
<style>
span { border-color: #352C40; }
span { border-color: rgb(53,44,64); }
td.TdClassName
{
border-color: #352C40;
}
.TagClassName
{
border-color: #352C40;
}
</style>