Shades of Tolopea #251E41
Tints of Tolopea #251E41
RGB
CMYK
RGB Variations
Color information
#251E41 (or 0x251E41) is known color: Tolopea. HEX triplet: 25, 1E and 41. RGB value is (37,30,65). Sum of RGB (Red+Green+Blue) = 37+30+65=132 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.03% from 132); Green value is 30 (12.11% from 255 or 22.73% from 132); Blue value is 65 (25.78% from 255 or 49.24% from 132); Max value from RGB is 65 - color contains mainly: blue. Hex color #251E41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251E41 is #DAE1BE. Grayscale: #232323. Windows color (decimal): -14344639 or 4267557. OLE color: 4267557.
HSL color Cylindrical-coordinate representation of color #251E41: hue angle of 252º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #251E41 is Cyan = 0.43, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 37 | 30 | 65 | - |
| CMYK | 0.43 | 0.54 | 0 | 0.75 |
| HSL | 252º | 0.37% | 0.19% | - |
| HSV(B) | 252º | 0.54% | 0.25% | - |
| XYZ | 2.18 | 1.7 | 5.21 | - |
| YUV | 36.08 | 144.32 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 30 | 65 | 0.43 | 0.54 | 0 | 0.75 | 252 | 0.37 | 0.19 |
| Hex | 25 | 1E | 41 | 2B | 36 | 0 | 4B | FC | 25 | 13 |
| Octal | 45 | 36 | 101 | 53 | 66 | 0 | 113 | 374 | 45 | 23 |
| Binary | 100101 | 11110 | 1000001 | 101011 | 110110 | 0 | 1001011 | 11111100 | 100101 | 10011 |
Color Harmonies of #251E41
Complementary color
Monochromatic Colors of #251E41
Black with #251E41
Text Example
Text Example
White with #251E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251E41; }
p { color: rgb(37,30,65); }
H1.HeaderClassName
{
color: #251E41;
}
.AnyTagClassName
{
color: #251E41;
}
</style>
background-color css
<style>
a { background-color: #251E41; }
a { background-color: rgb(37,30,65); }
div.DivClassName
{
background-color: #251E41;
}
.BgClassName
{
background-color: #251E41;
}
</style>
border-color css
<style>
span { border-color: #251E41; }
span { border-color: rgb(37,30,65); }
td.TdClassName
{
border-color: #251E41;
}
.TagClassName
{
border-color: #251E41;
}
</style>