Shades of Tolopea #35303B
Tints of Tolopea #35303B
RGB
CMYK
RGB Variations
Color information
#35303B (or 0x35303B) is known color: Tolopea. HEX triplet: 35, 30 and 3B. RGB value is (53,48,59). Sum of RGB (Red+Green+Blue) = 53+48+59=160 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.12% from 160); Green value is 48 (19.14% from 255 or 30% from 160); Blue value is 59 (23.44% from 255 or 36.88% from 160); Max value from RGB is 59 - color contains mainly: blue. Hex color #35303B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35303B is #CACFC4. Grayscale: #323232. Windows color (decimal): -13291461 or 3878965. OLE color: 3878965.
HSL color Cylindrical-coordinate representation of color #35303B: hue angle of 267.27º degrees, saturation: 0.1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #35303B is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 53 | 48 | 59 | - |
| CMYK | 0.10 | 0.19 | 0 | 0.77 |
| HSL | 267.27º | 0.1% | 0.21% | - |
| HSV(B) | 267.27º | 0.19% | 0.23% | - |
| XYZ | 3.31 | 3.19 | 4.58 | - |
| YUV | 50.75 | 132.66 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 48 | 59 | 0.10 | 0.19 | 0 | 0.77 | 267.27 | 0.1 | 0.21 |
| Hex | 35 | 30 | 3B | A | 13 | 0 | 4D | 10B | A | 15 |
| Octal | 65 | 60 | 73 | 12 | 23 | 0 | 115 | 413 | 12 | 25 |
| Binary | 110101 | 110000 | 111011 | 1010 | 10011 | 0 | 1001101 | 100001011 | 1010 | 10101 |
Color Harmonies of #35303B
Complementary color
Monochromatic Colors of #35303B
Black with #35303B
Text Example
Text Example
White with #35303B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35303B; }
p { color: rgb(53,48,59); }
H1.HeaderClassName
{
color: #35303B;
}
.AnyTagClassName
{
color: #35303B;
}
</style>
background-color css
<style>
a { background-color: #35303B; }
a { background-color: rgb(53,48,59); }
div.DivClassName
{
background-color: #35303B;
}
.BgClassName
{
background-color: #35303B;
}
</style>
border-color css
<style>
span { border-color: #35303B; }
span { border-color: rgb(53,48,59); }
td.TdClassName
{
border-color: #35303B;
}
.TagClassName
{
border-color: #35303B;
}
</style>