Shades of Bunting #242D47
Tints of Bunting #242D47
RGB
CMYK
RGB Variations
Color information
#242D47 (or 0x242D47) is known color: Bunting. HEX triplet: 24, 2D and 47. RGB value is (36,45,71). Sum of RGB (Red+Green+Blue) = 36+45+71=152 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.68% from 152); Green value is 45 (17.97% from 255 or 29.61% from 152); Blue value is 71 (28.12% from 255 or 46.71% from 152); Max value from RGB is 71 - color contains mainly: blue. Hex color #242D47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242D47 is #DBD2B8. Grayscale: #2D2D2D. Windows color (decimal): -14406329 or 4664612. OLE color: 4664612.
HSL color Cylindrical-coordinate representation of color #242D47: hue angle of 224.57º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #242D47 is Cyan = 0.49, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 36 | 45 | 71 | - |
| CMYK | 0.49 | 0.37 | 0 | 0.72 |
| HSL | 224.57º | 0.33% | 0.21% | - |
| HSV(B) | 224.57º | 0.49% | 0.28% | - |
| XYZ | 2.8 | 2.71 | 6.34 | - |
| YUV | 45.27 | 142.52 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 45 | 71 | 0.49 | 0.37 | 0 | 0.72 | 224.57 | 0.33 | 0.21 |
| Hex | 24 | 2D | 47 | 31 | 25 | 0 | 48 | E1 | 21 | 15 |
| Octal | 44 | 55 | 107 | 61 | 45 | 0 | 110 | 341 | 41 | 25 |
| Binary | 100100 | 101101 | 1000111 | 110001 | 100101 | 0 | 1001000 | 11100001 | 100001 | 10101 |
Color Harmonies of #242D47
Complementary color
Monochromatic Colors of #242D47
Black with #242D47
Text Example
Text Example
White with #242D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242D47; }
p { color: rgb(36,45,71); }
H1.HeaderClassName
{
color: #242D47;
}
.AnyTagClassName
{
color: #242D47;
}
</style>
background-color css
<style>
a { background-color: #242D47; }
a { background-color: rgb(36,45,71); }
div.DivClassName
{
background-color: #242D47;
}
.BgClassName
{
background-color: #242D47;
}
</style>
border-color css
<style>
span { border-color: #242D47; }
span { border-color: rgb(36,45,71); }
td.TdClassName
{
border-color: #242D47;
}
.TagClassName
{
border-color: #242D47;
}
</style>