Shades of Bunting #242D49
Tints of Bunting #242D49
RGB
CMYK
RGB Variations
Color information
#242D49 (or 0x242D49) is known color: Bunting. HEX triplet: 24, 2D and 49. RGB value is (36,45,73). Sum of RGB (Red+Green+Blue) = 36+45+73=154 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.38% from 154); Green value is 45 (17.97% from 255 or 29.22% from 154); Blue value is 73 (28.91% from 255 or 47.40% from 154); Max value from RGB is 73 - color contains mainly: blue. Hex color #242D49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242D49 is #DBD2B6. Grayscale: #2D2D2D. Windows color (decimal): -14406327 or 4795684. OLE color: 4795684.
HSL color Cylindrical-coordinate representation of color #242D49: hue angle of 225.41º 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 #242D49 is Cyan = 0.51, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 36 | 45 | 73 | - |
| CMYK | 0.51 | 0.38 | 0 | 0.71 |
| HSL | 225.41º | 0.34% | 0.21% | - |
| HSV(B) | 225.41º | 0.51% | 0.29% | - |
| XYZ | 2.87 | 2.73 | 6.68 | - |
| YUV | 45.5 | 143.52 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 45 | 73 | 0.51 | 0.38 | 0 | 0.71 | 225.41 | 0.34 | 0.21 |
| Hex | 24 | 2D | 49 | 33 | 26 | 0 | 47 | E1 | 22 | 15 |
| Octal | 44 | 55 | 111 | 63 | 46 | 0 | 107 | 341 | 42 | 25 |
| Binary | 100100 | 101101 | 1001001 | 110011 | 100110 | 0 | 1000111 | 11100001 | 100010 | 10101 |
Color Harmonies of #242D49
Complementary color
Monochromatic Colors of #242D49
Black with #242D49
Text Example
Text Example
White with #242D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242D49; }
p { color: rgb(36,45,73); }
H1.HeaderClassName
{
color: #242D49;
}
.AnyTagClassName
{
color: #242D49;
}
</style>
background-color css
<style>
a { background-color: #242D49; }
a { background-color: rgb(36,45,73); }
div.DivClassName
{
background-color: #242D49;
}
.BgClassName
{
background-color: #242D49;
}
</style>
border-color css
<style>
span { border-color: #242D49; }
span { border-color: rgb(36,45,73); }
td.TdClassName
{
border-color: #242D49;
}
.TagClassName
{
border-color: #242D49;
}
</style>