Shades of Tolopea #2C253D
Tints of Tolopea #2C253D
RGB
CMYK
RGB Variations
Color information
#2C253D (or 0x2C253D) is known color: Tolopea. HEX triplet: 2C, 25 and 3D. RGB value is (44,37,61). Sum of RGB (Red+Green+Blue) = 44+37+61=142 (18% of max value = 765). Red value is 44 (17.58% from 255 or 30.99% from 142); Green value is 37 (14.84% from 255 or 26.06% from 142); Blue value is 61 (24.22% from 255 or 42.96% from 142); Max value from RGB is 61 - color contains mainly: blue. Hex color #2C253D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C253D is #D3DAC2. Grayscale: #292929. Windows color (decimal): -13884099 or 4007212. OLE color: 4007212.
HSL color Cylindrical-coordinate representation of color #2C253D: hue angle of 257.5º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2C253D is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 44 | 37 | 61 | - |
| CMYK | 0.28 | 0.39 | 0 | 0.76 |
| HSL | 257.5º | 0.24% | 0.19% | - |
| HSV(B) | 257.5º | 0.39% | 0.24% | - |
| XYZ | 2.54 | 2.2 | 4.7 | - |
| YUV | 41.83 | 138.82 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 37 | 61 | 0.28 | 0.39 | 0 | 0.76 | 257.5 | 0.24 | 0.19 |
| Hex | 2C | 25 | 3D | 1C | 27 | 0 | 4C | 102 | 18 | 13 |
| Octal | 54 | 45 | 75 | 34 | 47 | 0 | 114 | 402 | 30 | 23 |
| Binary | 101100 | 100101 | 111101 | 11100 | 100111 | 0 | 1001100 | 100000010 | 11000 | 10011 |
Color Harmonies of #2C253D
Complementary color
Monochromatic Colors of #2C253D
Black with #2C253D
Text Example
Text Example
White with #2C253D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C253D; }
p { color: rgb(44,37,61); }
H1.HeaderClassName
{
color: #2C253D;
}
.AnyTagClassName
{
color: #2C253D;
}
</style>
background-color css
<style>
a { background-color: #2C253D; }
a { background-color: rgb(44,37,61); }
div.DivClassName
{
background-color: #2C253D;
}
.BgClassName
{
background-color: #2C253D;
}
</style>
border-color css
<style>
span { border-color: #2C253D; }
span { border-color: rgb(44,37,61); }
td.TdClassName
{
border-color: #2C253D;
}
.TagClassName
{
border-color: #2C253D;
}
</style>