Shades of Bunting #242F48
Tints of Bunting #242F48
RGB
CMYK
RGB Variations
Color information
#242F48 (or 0x242F48) is known color: Bunting. HEX triplet: 24, 2F and 48. RGB value is (36,47,72). Sum of RGB (Red+Green+Blue) = 36+47+72=155 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.23% from 155); Green value is 47 (18.75% from 255 or 30.32% from 155); Blue value is 72 (28.52% from 255 or 46.45% from 155); Max value from RGB is 72 - color contains mainly: blue. Hex color #242F48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242F48 is #DBD0B7. Grayscale: #2E2E2E. Windows color (decimal): -14405816 or 4730660. OLE color: 4730660.
HSL color Cylindrical-coordinate representation of color #242F48: hue angle of 221.67º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #242F48 is Cyan = 0.5, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 36 | 47 | 72 | - |
| CMYK | 0.5 | 0.35 | 0 | 0.72 |
| HSL | 221.67º | 0.33% | 0.21% | - |
| HSV(B) | 221.67º | 0.5% | 0.28% | - |
| XYZ | 2.91 | 2.88 | 6.53 | - |
| YUV | 46.56 | 142.36 | 120.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 47 | 72 | 0.5 | 0.35 | 0 | 0.72 | 221.67 | 0.33 | 0.21 |
| Hex | 24 | 2F | 48 | 32 | 23 | 0 | 48 | DE | 21 | 15 |
| Octal | 44 | 57 | 110 | 62 | 43 | 0 | 110 | 336 | 41 | 25 |
| Binary | 100100 | 101111 | 1001000 | 110010 | 100011 | 0 | 1001000 | 11011110 | 100001 | 10101 |
Color Harmonies of #242F48
Complementary color
Monochromatic Colors of #242F48
Black with #242F48
Text Example
Text Example
White with #242F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242F48; }
p { color: rgb(36,47,72); }
H1.HeaderClassName
{
color: #242F48;
}
.AnyTagClassName
{
color: #242F48;
}
</style>
background-color css
<style>
a { background-color: #242F48; }
a { background-color: rgb(36,47,72); }
div.DivClassName
{
background-color: #242F48;
}
.BgClassName
{
background-color: #242F48;
}
</style>
border-color css
<style>
span { border-color: #242F48; }
span { border-color: rgb(36,47,72); }
td.TdClassName
{
border-color: #242F48;
}
.TagClassName
{
border-color: #242F48;
}
</style>