Shades of Bunting #242E49
Tints of Bunting #242E49
RGB
CMYK
RGB Variations
Color information
#242E49 (or 0x242E49) is known color: Bunting. HEX triplet: 24, 2E and 49. RGB value is (36,46,73). Sum of RGB (Red+Green+Blue) = 36+46+73=155 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.23% from 155); Green value is 46 (18.36% from 255 or 29.68% from 155); Blue value is 73 (28.91% from 255 or 47.10% from 155); Max value from RGB is 73 - color contains mainly: blue. Hex color #242E49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242E49 is #DBD1B6. Grayscale: #2D2D2D. Windows color (decimal): -14406071 or 4795940. OLE color: 4795940.
HSL color Cylindrical-coordinate representation of color #242E49: hue angle of 223.78º degrees, saturation: 0.34, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #242E49 is Cyan = 0.51, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 36 | 46 | 73 | - |
| CMYK | 0.51 | 0.37 | 0 | 0.71 |
| HSL | 223.78º | 0.34% | 0.21% | - |
| HSV(B) | 223.78º | 0.51% | 0.29% | - |
| XYZ | 2.91 | 2.81 | 6.69 | - |
| YUV | 46.09 | 143.19 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 46 | 73 | 0.51 | 0.37 | 0 | 0.71 | 223.78 | 0.34 | 0.21 |
| Hex | 24 | 2E | 49 | 33 | 25 | 0 | 47 | E0 | 22 | 15 |
| Octal | 44 | 56 | 111 | 63 | 45 | 0 | 107 | 340 | 42 | 25 |
| Binary | 100100 | 101110 | 1001001 | 110011 | 100101 | 0 | 1000111 | 11100000 | 100010 | 10101 |
Color Harmonies of #242E49
Complementary color
Monochromatic Colors of #242E49
Black with #242E49
Text Example
Text Example
White with #242E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242E49; }
p { color: rgb(36,46,73); }
H1.HeaderClassName
{
color: #242E49;
}
.AnyTagClassName
{
color: #242E49;
}
</style>
background-color css
<style>
a { background-color: #242E49; }
a { background-color: rgb(36,46,73); }
div.DivClassName
{
background-color: #242E49;
}
.BgClassName
{
background-color: #242E49;
}
</style>
border-color css
<style>
span { border-color: #242E49; }
span { border-color: rgb(36,46,73); }
td.TdClassName
{
border-color: #242E49;
}
.TagClassName
{
border-color: #242E49;
}
</style>