Shades of Tolopea #241E40
Tints of Tolopea #241E40
RGB
CMYK
RGB Variations
Color information
#241E40 (or 0x241E40) is known color: Tolopea. HEX triplet: 24, 1E and 40. RGB value is (36,30,64). Sum of RGB (Red+Green+Blue) = 36+30+64=130 (17% of max value = 765). Red value is 36 (14.45% from 255 or 27.69% from 130); Green value is 30 (12.11% from 255 or 23.08% from 130); Blue value is 64 (25.39% from 255 or 49.23% from 130); Max value from RGB is 64 - color contains mainly: blue. Hex color #241E40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241E40 is #DBE1BF. Grayscale: #232323. Windows color (decimal): -14410176 or 4202020. OLE color: 4202020.
HSL color Cylindrical-coordinate representation of color #241E40: hue angle of 250.59º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #241E40 is Cyan = 0.44, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 36 | 30 | 64 | - |
| CMYK | 0.44 | 0.53 | 0 | 0.75 |
| HSL | 250.59º | 0.36% | 0.18% | - |
| HSV(B) | 250.59º | 0.53% | 0.25% | - |
| XYZ | 2.12 | 1.67 | 5.06 | - |
| YUV | 35.67 | 143.99 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 30 | 64 | 0.44 | 0.53 | 0 | 0.75 | 250.59 | 0.36 | 0.18 |
| Hex | 24 | 1E | 40 | 2C | 35 | 0 | 4B | FB | 24 | 12 |
| Octal | 44 | 36 | 100 | 54 | 65 | 0 | 113 | 373 | 44 | 22 |
| Binary | 100100 | 11110 | 1000000 | 101100 | 110101 | 0 | 1001011 | 11111011 | 100100 | 10010 |
Color Harmonies of #241E40
Complementary color
Monochromatic Colors of #241E40
Black with #241E40
Text Example
Text Example
White with #241E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241E40; }
p { color: rgb(36,30,64); }
H1.HeaderClassName
{
color: #241E40;
}
.AnyTagClassName
{
color: #241E40;
}
</style>
background-color css
<style>
a { background-color: #241E40; }
a { background-color: rgb(36,30,64); }
div.DivClassName
{
background-color: #241E40;
}
.BgClassName
{
background-color: #241E40;
}
</style>
border-color css
<style>
span { border-color: #241E40; }
span { border-color: rgb(36,30,64); }
td.TdClassName
{
border-color: #241E40;
}
.TagClassName
{
border-color: #241E40;
}
</style>