Shades of Tolopea #2C2438
Tints of Tolopea #2C2438
RGB
CMYK
RGB Variations
Color information
#2C2438 (or 0x2C2438) is known color: Tolopea. HEX triplet: 2C, 24 and 38. RGB value is (44,36,56). Sum of RGB (Red+Green+Blue) = 44+36+56=136 (18% of max value = 765). Red value is 44 (17.58% from 255 or 32.35% from 136); Green value is 36 (14.45% from 255 or 26.47% from 136); Blue value is 56 (22.27% from 255 or 41.18% from 136); Max value from RGB is 56 - color contains mainly: blue. Hex color #2C2438 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C2438 is #D3DBC7. Grayscale: #282828. Windows color (decimal): -13884360 or 3679276. OLE color: 3679276.
HSL color Cylindrical-coordinate representation of color #2C2438: hue angle of 264º degrees, saturation: 0.22, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2C2438 is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 44 | 36 | 56 | - |
| CMYK | 0.21 | 0.36 | 0 | 0.78 |
| HSL | 264º | 0.22% | 0.18% | - |
| HSV(B) | 264º | 0.36% | 0.22% | - |
| XYZ | 2.38 | 2.08 | 4.02 | - |
| YUV | 40.67 | 136.65 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 36 | 56 | 0.21 | 0.36 | 0 | 0.78 | 264 | 0.22 | 0.18 |
| Hex | 2C | 24 | 38 | 15 | 24 | 0 | 4E | 108 | 16 | 12 |
| Octal | 54 | 44 | 70 | 25 | 44 | 0 | 116 | 410 | 26 | 22 |
| Binary | 101100 | 100100 | 111000 | 10101 | 100100 | 0 | 1001110 | 100001000 | 10110 | 10010 |
Color Harmonies of #2C2438
Complementary color
Monochromatic Colors of #2C2438
Black with #2C2438
Text Example
Text Example
White with #2C2438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2438; }
p { color: rgb(44,36,56); }
H1.HeaderClassName
{
color: #2C2438;
}
.AnyTagClassName
{
color: #2C2438;
}
</style>
background-color css
<style>
a { background-color: #2C2438; }
a { background-color: rgb(44,36,56); }
div.DivClassName
{
background-color: #2C2438;
}
.BgClassName
{
background-color: #2C2438;
}
</style>
border-color css
<style>
span { border-color: #2C2438; }
span { border-color: rgb(44,36,56); }
td.TdClassName
{
border-color: #2C2438;
}
.TagClassName
{
border-color: #2C2438;
}
</style>