Shades of Tolopea #2C2341
Tints of Tolopea #2C2341
RGB
CMYK
RGB Variations
Color information
#2C2341 (or 0x2C2341) is known color: Tolopea. HEX triplet: 2C, 23 and 41. RGB value is (44,35,65). Sum of RGB (Red+Green+Blue) = 44+35+65=144 (19% of max value = 765). Red value is 44 (17.58% from 255 or 30.56% from 144); Green value is 35 (14.06% from 255 or 24.31% from 144); Blue value is 65 (25.78% from 255 or 45.14% from 144); Max value from RGB is 65 - color contains mainly: blue. Hex color #2C2341 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C2341 is #D3DCBE. Grayscale: #282828. Windows color (decimal): -13884607 or 4268844. OLE color: 4268844.
HSL color Cylindrical-coordinate representation of color #2C2341: hue angle of 258º degrees, saturation: 0.3, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2C2341 is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 44 | 35 | 65 | - |
| CMYK | 0.32 | 0.46 | 0 | 0.75 |
| HSL | 258º | 0.3% | 0.2% | - |
| HSV(B) | 258º | 0.46% | 0.25% | - |
| XYZ | 2.59 | 2.12 | 5.27 | - |
| YUV | 41.11 | 141.48 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 35 | 65 | 0.32 | 0.46 | 0 | 0.75 | 258 | 0.3 | 0.2 |
| Hex | 2C | 23 | 41 | 20 | 2E | 0 | 4B | 102 | 1E | 14 |
| Octal | 54 | 43 | 101 | 40 | 56 | 0 | 113 | 402 | 36 | 24 |
| Binary | 101100 | 100011 | 1000001 | 100000 | 101110 | 0 | 1001011 | 100000010 | 11110 | 10100 |
Color Harmonies of #2C2341
Complementary color
Monochromatic Colors of #2C2341
Black with #2C2341
Text Example
Text Example
White with #2C2341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2341; }
p { color: rgb(44,35,65); }
H1.HeaderClassName
{
color: #2C2341;
}
.AnyTagClassName
{
color: #2C2341;
}
</style>
background-color css
<style>
a { background-color: #2C2341; }
a { background-color: rgb(44,35,65); }
div.DivClassName
{
background-color: #2C2341;
}
.BgClassName
{
background-color: #2C2341;
}
</style>
border-color css
<style>
span { border-color: #2C2341; }
span { border-color: rgb(44,35,65); }
td.TdClassName
{
border-color: #2C2341;
}
.TagClassName
{
border-color: #2C2341;
}
</style>