Shades of Tolopea #2D263D
Tints of Tolopea #2D263D
RGB
CMYK
RGB Variations
Color information
#2D263D (or 0x2D263D) is known color: Tolopea. HEX triplet: 2D, 26 and 3D. RGB value is (45,38,61). Sum of RGB (Red+Green+Blue) = 45+38+61=144 (19% of max value = 765). Red value is 45 (17.97% from 255 or 31.25% from 144); Green value is 38 (15.23% from 255 or 26.39% from 144); Blue value is 61 (24.22% from 255 or 42.36% from 144); Max value from RGB is 61 - color contains mainly: blue. Hex color #2D263D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D263D is #D2D9C2. Grayscale: #2A2A2A. Windows color (decimal): -13818307 or 4007469. OLE color: 4007469.
HSL color Cylindrical-coordinate representation of color #2D263D: hue angle of 258.26º degrees, saturation: 0.23, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2D263D is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 45 | 38 | 61 | - |
| CMYK | 0.26 | 0.38 | 0 | 0.76 |
| HSL | 258.26º | 0.23% | 0.19% | - |
| HSV(B) | 258.26º | 0.38% | 0.24% | - |
| XYZ | 2.62 | 2.28 | 4.72 | - |
| YUV | 42.72 | 138.32 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 38 | 61 | 0.26 | 0.38 | 0 | 0.76 | 258.26 | 0.23 | 0.19 |
| Hex | 2D | 26 | 3D | 1A | 26 | 0 | 4C | 102 | 17 | 13 |
| Octal | 55 | 46 | 75 | 32 | 46 | 0 | 114 | 402 | 27 | 23 |
| Binary | 101101 | 100110 | 111101 | 11010 | 100110 | 0 | 1001100 | 100000010 | 10111 | 10011 |
Color Harmonies of #2D263D
Complementary color
Monochromatic Colors of #2D263D
Black with #2D263D
Text Example
Text Example
White with #2D263D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D263D; }
p { color: rgb(45,38,61); }
H1.HeaderClassName
{
color: #2D263D;
}
.AnyTagClassName
{
color: #2D263D;
}
</style>
background-color css
<style>
a { background-color: #2D263D; }
a { background-color: rgb(45,38,61); }
div.DivClassName
{
background-color: #2D263D;
}
.BgClassName
{
background-color: #2D263D;
}
</style>
border-color css
<style>
span { border-color: #2D263D; }
span { border-color: rgb(45,38,61); }
td.TdClassName
{
border-color: #2D263D;
}
.TagClassName
{
border-color: #2D263D;
}
</style>