Shades of Tolopea #352A43
Tints of Tolopea #352A43
RGB
CMYK
RGB Variations
Color information
#352A43 (or 0x352A43) is known color: Tolopea. HEX triplet: 35, 2A and 43. RGB value is (53,42,67). Sum of RGB (Red+Green+Blue) = 53+42+67=162 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.72% from 162); Green value is 42 (16.80% from 255 or 25.93% from 162); Blue value is 67 (26.56% from 255 or 41.36% from 162); Max value from RGB is 67 - color contains mainly: blue. Hex color #352A43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352A43 is #CAD5BC. Grayscale: #303030. Windows color (decimal): -13292989 or 4401717. OLE color: 4401717.
HSL color Cylindrical-coordinate representation of color #352A43: hue angle of 266.4º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #352A43 is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 53 | 42 | 67 | - |
| CMYK | 0.21 | 0.37 | 0 | 0.74 |
| HSL | 266.4º | 0.23% | 0.21% | - |
| HSV(B) | 266.4º | 0.37% | 0.26% | - |
| XYZ | 3.31 | 2.82 | 5.68 | - |
| YUV | 48.14 | 138.64 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 42 | 67 | 0.21 | 0.37 | 0 | 0.74 | 266.4 | 0.23 | 0.21 |
| Hex | 35 | 2A | 43 | 15 | 25 | 0 | 4A | 10A | 17 | 15 |
| Octal | 65 | 52 | 103 | 25 | 45 | 0 | 112 | 412 | 27 | 25 |
| Binary | 110101 | 101010 | 1000011 | 10101 | 100101 | 0 | 1001010 | 100001010 | 10111 | 10101 |
Color Harmonies of #352A43
Complementary color
Monochromatic Colors of #352A43
Black with #352A43
Text Example
Text Example
White with #352A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352A43; }
p { color: rgb(53,42,67); }
H1.HeaderClassName
{
color: #352A43;
}
.AnyTagClassName
{
color: #352A43;
}
</style>
background-color css
<style>
a { background-color: #352A43; }
a { background-color: rgb(53,42,67); }
div.DivClassName
{
background-color: #352A43;
}
.BgClassName
{
background-color: #352A43;
}
</style>
border-color css
<style>
span { border-color: #352A43; }
span { border-color: rgb(53,42,67); }
td.TdClassName
{
border-color: #352A43;
}
.TagClassName
{
border-color: #352A43;
}
</style>