Shades of Tolopea #2B263A
Tints of Tolopea #2B263A
RGB
CMYK
RGB Variations
Color information
#2B263A (or 0x2B263A) is known color: Tolopea. HEX triplet: 2B, 26 and 3A. RGB value is (43,38,58). Sum of RGB (Red+Green+Blue) = 43+38+58=139 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.94% from 139); Green value is 38 (15.23% from 255 or 27.34% from 139); Blue value is 58 (23.05% from 255 or 41.73% from 139); Max value from RGB is 58 - color contains mainly: blue. Hex color #2B263A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B263A is #D4D9C5. Grayscale: #292929. Windows color (decimal): -13949382 or 3810859. OLE color: 3810859.
HSL color Cylindrical-coordinate representation of color #2B263A: hue angle of 255º degrees, saturation: 0.21, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #2B263A is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 43 | 38 | 58 | - |
| CMYK | 0.26 | 0.34 | 0 | 0.77 |
| HSL | 255º | 0.21% | 0.19% | - |
| HSV(B) | 255º | 0.34% | 0.23% | - |
| XYZ | 2.45 | 2.21 | 4.3 | - |
| YUV | 41.78 | 137.16 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 38 | 58 | 0.26 | 0.34 | 0 | 0.77 | 255 | 0.21 | 0.19 |
| Hex | 2B | 26 | 3A | 1A | 22 | 0 | 4D | FF | 15 | 13 |
| Octal | 53 | 46 | 72 | 32 | 42 | 0 | 115 | 377 | 25 | 23 |
| Binary | 101011 | 100110 | 111010 | 11010 | 100010 | 0 | 1001101 | 11111111 | 10101 | 10011 |
Color Harmonies of #2B263A
Complementary color
Monochromatic Colors of #2B263A
Black with #2B263A
Text Example
Text Example
White with #2B263A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B263A; }
p { color: rgb(43,38,58); }
H1.HeaderClassName
{
color: #2B263A;
}
.AnyTagClassName
{
color: #2B263A;
}
</style>
background-color css
<style>
a { background-color: #2B263A; }
a { background-color: rgb(43,38,58); }
div.DivClassName
{
background-color: #2B263A;
}
.BgClassName
{
background-color: #2B263A;
}
</style>
border-color css
<style>
span { border-color: #2B263A; }
span { border-color: rgb(43,38,58); }
td.TdClassName
{
border-color: #2B263A;
}
.TagClassName
{
border-color: #2B263A;
}
</style>