Shades of Tolopea #251942
Tints of Tolopea #251942
RGB
CMYK
RGB Variations
Color information
#251942 (or 0x251942) is known color: Tolopea. HEX triplet: 25, 19 and 42. RGB value is (37,25,66). Sum of RGB (Red+Green+Blue) = 37+25+66=128 (16% of max value = 765). Red value is 37 (14.84% from 255 or 28.91% from 128); Green value is 25 (10.16% from 255 or 19.53% from 128); Blue value is 66 (26.17% from 255 or 51.56% from 128); Max value from RGB is 66 - color contains mainly: blue. Hex color #251942 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251942 is #DAE6BD. Grayscale: #212121. Windows color (decimal): -14345918 or 4331813. OLE color: 4331813.
HSL color Cylindrical-coordinate representation of color #251942: hue angle of 257.56º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #251942 is Cyan = 0.44, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 37 | 25 | 66 | - |
| CMYK | 0.44 | 0.62 | 0 | 0.74 |
| HSL | 257.56º | 0.45% | 0.18% | - |
| HSV(B) | 257.56º | 0.62% | 0.26% | - |
| XYZ | 2.09 | 1.48 | 5.33 | - |
| YUV | 33.26 | 146.48 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 25 | 66 | 0.44 | 0.62 | 0 | 0.74 | 257.56 | 0.45 | 0.18 |
| Hex | 25 | 19 | 42 | 2C | 3E | 0 | 4A | 102 | 2D | 12 |
| Octal | 45 | 31 | 102 | 54 | 76 | 0 | 112 | 402 | 55 | 22 |
| Binary | 100101 | 11001 | 1000010 | 101100 | 111110 | 0 | 1001010 | 100000010 | 101101 | 10010 |
Color Harmonies of #251942
Complementary color
Monochromatic Colors of #251942
Black with #251942
Text Example
Text Example
White with #251942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251942; }
p { color: rgb(37,25,66); }
H1.HeaderClassName
{
color: #251942;
}
.AnyTagClassName
{
color: #251942;
}
</style>
background-color css
<style>
a { background-color: #251942; }
a { background-color: rgb(37,25,66); }
div.DivClassName
{
background-color: #251942;
}
.BgClassName
{
background-color: #251942;
}
</style>
border-color css
<style>
span { border-color: #251942; }
span { border-color: rgb(37,25,66); }
td.TdClassName
{
border-color: #251942;
}
.TagClassName
{
border-color: #251942;
}
</style>