Shades of Tolopea #34303B
Tints of Tolopea #34303B
RGB
CMYK
RGB Variations
Color information
#34303B (or 0x34303B) is known color: Tolopea. HEX triplet: 34, 30 and 3B. RGB value is (52,48,59). Sum of RGB (Red+Green+Blue) = 52+48+59=159 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.70% from 159); Green value is 48 (19.14% from 255 or 30.19% from 159); Blue value is 59 (23.44% from 255 or 37.11% from 159); Max value from RGB is 59 - color contains mainly: blue. Hex color #34303B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34303B is #CBCFC4. Grayscale: #323232. Windows color (decimal): -13356997 or 3878964. OLE color: 3878964.
HSL color Cylindrical-coordinate representation of color #34303B: hue angle of 261.82º 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 #34303B is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 52 | 48 | 59 | - |
| CMYK | 0.12 | 0.19 | 0 | 0.77 |
| HSL | 261.82º | 0.1% | 0.21% | - |
| HSV(B) | 261.82º | 0.19% | 0.23% | - |
| XYZ | 3.26 | 3.16 | 4.58 | - |
| YUV | 50.45 | 132.83 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 48 | 59 | 0.12 | 0.19 | 0 | 0.77 | 261.82 | 0.1 | 0.21 |
| Hex | 34 | 30 | 3B | C | 13 | 0 | 4D | 106 | A | 15 |
| Octal | 64 | 60 | 73 | 14 | 23 | 0 | 115 | 406 | 12 | 25 |
| Binary | 110100 | 110000 | 111011 | 1100 | 10011 | 0 | 1001101 | 100000110 | 1010 | 10101 |
Color Harmonies of #34303B
Complementary color
Monochromatic Colors of #34303B
Black with #34303B
Text Example
Text Example
White with #34303B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34303B; }
p { color: rgb(52,48,59); }
H1.HeaderClassName
{
color: #34303B;
}
.AnyTagClassName
{
color: #34303B;
}
</style>
background-color css
<style>
a { background-color: #34303B; }
a { background-color: rgb(52,48,59); }
div.DivClassName
{
background-color: #34303B;
}
.BgClassName
{
background-color: #34303B;
}
</style>
border-color css
<style>
span { border-color: #34303B; }
span { border-color: rgb(52,48,59); }
td.TdClassName
{
border-color: #34303B;
}
.TagClassName
{
border-color: #34303B;
}
</style>