Shades of Bunting #242E40
Tints of Bunting #242E40
RGB
CMYK
RGB Variations
Color information
#242E40 (or 0x242E40) is known color: Bunting. HEX triplet: 24, 2E and 40. RGB value is (36,46,64). Sum of RGB (Red+Green+Blue) = 36+46+64=146 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.66% from 146); Green value is 46 (18.36% from 255 or 31.51% from 146); Blue value is 64 (25.39% from 255 or 43.84% from 146); Max value from RGB is 64 - color contains mainly: blue. Hex color #242E40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242E40 is #DBD1BF. Grayscale: #2C2C2C. Windows color (decimal): -14406080 or 4206116. OLE color: 4206116.
HSL color Cylindrical-coordinate representation of color #242E40: hue angle of 218.57º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #242E40 is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 36 | 46 | 64 | - |
| CMYK | 0.44 | 0.28 | 0 | 0.75 |
| HSL | 218.57º | 0.28% | 0.2% | - |
| HSV(B) | 218.57º | 0.44% | 0.25% | - |
| XYZ | 2.63 | 2.7 | 5.23 | - |
| YUV | 45.06 | 138.69 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 46 | 64 | 0.44 | 0.28 | 0 | 0.75 | 218.57 | 0.28 | 0.2 |
| Hex | 24 | 2E | 40 | 2C | 1C | 0 | 4B | DB | 1C | 14 |
| Octal | 44 | 56 | 100 | 54 | 34 | 0 | 113 | 333 | 34 | 24 |
| Binary | 100100 | 101110 | 1000000 | 101100 | 11100 | 0 | 1001011 | 11011011 | 11100 | 10100 |
Color Harmonies of #242E40
Complementary color
Monochromatic Colors of #242E40
Black with #242E40
Text Example
Text Example
White with #242E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242E40; }
p { color: rgb(36,46,64); }
H1.HeaderClassName
{
color: #242E40;
}
.AnyTagClassName
{
color: #242E40;
}
</style>
background-color css
<style>
a { background-color: #242E40; }
a { background-color: rgb(36,46,64); }
div.DivClassName
{
background-color: #242E40;
}
.BgClassName
{
background-color: #242E40;
}
</style>
border-color css
<style>
span { border-color: #242E40; }
span { border-color: rgb(36,46,64); }
td.TdClassName
{
border-color: #242E40;
}
.TagClassName
{
border-color: #242E40;
}
</style>