Shades of Tolopea #2C2640
Tints of Tolopea #2C2640
RGB
CMYK
RGB Variations
Color information
#2C2640 (or 0x2C2640) is known color: Tolopea. HEX triplet: 2C, 26 and 40. RGB value is (44,38,64). Sum of RGB (Red+Green+Blue) = 44+38+64=146 (19% of max value = 765). Red value is 44 (17.58% from 255 or 30.14% from 146); Green value is 38 (15.23% from 255 or 26.03% from 146); Blue value is 64 (25.39% from 255 or 43.84% from 146); Max value from RGB is 64 - color contains mainly: blue. Hex color #2C2640 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C2640 is #D3D9BF. Grayscale: #2A2A2A. Windows color (decimal): -13883840 or 4204076. OLE color: 4204076.
HSL color Cylindrical-coordinate representation of color #2C2640: hue angle of 253.85º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2C2640 is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 44 | 38 | 64 | - |
| CMYK | 0.31 | 0.41 | 0 | 0.75 |
| HSL | 253.85º | 0.25% | 0.2% | - |
| HSV(B) | 253.85º | 0.41% | 0.25% | - |
| XYZ | 2.66 | 2.29 | 5.15 | - |
| YUV | 42.76 | 139.99 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 38 | 64 | 0.31 | 0.41 | 0 | 0.75 | 253.85 | 0.25 | 0.2 |
| Hex | 2C | 26 | 40 | 1F | 29 | 0 | 4B | FE | 19 | 14 |
| Octal | 54 | 46 | 100 | 37 | 51 | 0 | 113 | 376 | 31 | 24 |
| Binary | 101100 | 100110 | 1000000 | 11111 | 101001 | 0 | 1001011 | 11111110 | 11001 | 10100 |
Color Harmonies of #2C2640
Complementary color
Monochromatic Colors of #2C2640
Black with #2C2640
Text Example
Text Example
White with #2C2640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2640; }
p { color: rgb(44,38,64); }
H1.HeaderClassName
{
color: #2C2640;
}
.AnyTagClassName
{
color: #2C2640;
}
</style>
background-color css
<style>
a { background-color: #2C2640; }
a { background-color: rgb(44,38,64); }
div.DivClassName
{
background-color: #2C2640;
}
.BgClassName
{
background-color: #2C2640;
}
</style>
border-color css
<style>
span { border-color: #2C2640; }
span { border-color: rgb(44,38,64); }
td.TdClassName
{
border-color: #2C2640;
}
.TagClassName
{
border-color: #2C2640;
}
</style>