Shades of Tolopea #2D253E
Tints of Tolopea #2D253E
RGB
CMYK
RGB Variations
Color information
#2D253E (or 0x2D253E) is known color: Tolopea. HEX triplet: 2D, 25 and 3E. RGB value is (45,37,62). Sum of RGB (Red+Green+Blue) = 45+37+62=144 (19% of max value = 765). Red value is 45 (17.97% from 255 or 31.25% from 144); Green value is 37 (14.84% from 255 or 25.69% from 144); Blue value is 62 (24.61% from 255 or 43.06% from 144); Max value from RGB is 62 - color contains mainly: blue. Hex color #2D253E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D253E is #D2DAC1. Grayscale: #2A2A2A. Windows color (decimal): -13818562 or 4072749. OLE color: 4072749.
HSL color Cylindrical-coordinate representation of color #2D253E: hue angle of 259.2º degrees, saturation: 0.25, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2D253E is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 45 | 37 | 62 | - |
| CMYK | 0.27 | 0.40 | 0 | 0.76 |
| HSL | 259.2º | 0.25% | 0.19% | - |
| HSV(B) | 259.2º | 0.4% | 0.24% | - |
| XYZ | 2.61 | 2.23 | 4.85 | - |
| YUV | 42.24 | 139.15 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 37 | 62 | 0.27 | 0.40 | 0 | 0.76 | 259.2 | 0.25 | 0.19 |
| Hex | 2D | 25 | 3E | 1B | 28 | 0 | 4C | 103 | 19 | 13 |
| Octal | 55 | 45 | 76 | 33 | 50 | 0 | 114 | 403 | 31 | 23 |
| Binary | 101101 | 100101 | 111110 | 11011 | 101000 | 0 | 1001100 | 100000011 | 11001 | 10011 |
Color Harmonies of #2D253E
Complementary color
Monochromatic Colors of #2D253E
Black with #2D253E
Text Example
Text Example
White with #2D253E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D253E; }
p { color: rgb(45,37,62); }
H1.HeaderClassName
{
color: #2D253E;
}
.AnyTagClassName
{
color: #2D253E;
}
</style>
background-color css
<style>
a { background-color: #2D253E; }
a { background-color: rgb(45,37,62); }
div.DivClassName
{
background-color: #2D253E;
}
.BgClassName
{
background-color: #2D253E;
}
</style>
border-color css
<style>
span { border-color: #2D253E; }
span { border-color: rgb(45,37,62); }
td.TdClassName
{
border-color: #2D253E;
}
.TagClassName
{
border-color: #2D253E;
}
</style>