Shades of Bunting #242F45
Tints of Bunting #242F45
RGB
CMYK
RGB Variations
Color information
#242F45 (or 0x242F45) is known color: Bunting. HEX triplet: 24, 2F and 45. RGB value is (36,47,69). Sum of RGB (Red+Green+Blue) = 36+47+69=152 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.68% from 152); Green value is 47 (18.75% from 255 or 30.92% from 152); Blue value is 69 (27.34% from 255 or 45.39% from 152); Max value from RGB is 69 - color contains mainly: blue. Hex color #242F45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242F45 is #DBD0BA. Grayscale: #2E2E2E. Windows color (decimal): -14405819 or 4534052. OLE color: 4534052.
HSL color Cylindrical-coordinate representation of color #242F45: hue angle of 220º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #242F45 is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 36 | 47 | 69 | - |
| CMYK | 0.48 | 0.32 | 0 | 0.73 |
| HSL | 220º | 0.31% | 0.21% | - |
| HSV(B) | 220º | 0.48% | 0.27% | - |
| XYZ | 2.82 | 2.84 | 6.03 | - |
| YUV | 46.22 | 140.86 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 47 | 69 | 0.48 | 0.32 | 0 | 0.73 | 220 | 0.31 | 0.21 |
| Hex | 24 | 2F | 45 | 30 | 20 | 0 | 49 | DC | 1F | 15 |
| Octal | 44 | 57 | 105 | 60 | 40 | 0 | 111 | 334 | 37 | 25 |
| Binary | 100100 | 101111 | 1000101 | 110000 | 100000 | 0 | 1001001 | 11011100 | 11111 | 10101 |
Color Harmonies of #242F45
Complementary color
Monochromatic Colors of #242F45
Black with #242F45
Text Example
Text Example
White with #242F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242F45; }
p { color: rgb(36,47,69); }
H1.HeaderClassName
{
color: #242F45;
}
.AnyTagClassName
{
color: #242F45;
}
</style>
background-color css
<style>
a { background-color: #242F45; }
a { background-color: rgb(36,47,69); }
div.DivClassName
{
background-color: #242F45;
}
.BgClassName
{
background-color: #242F45;
}
</style>
border-color css
<style>
span { border-color: #242F45; }
span { border-color: rgb(36,47,69); }
td.TdClassName
{
border-color: #242F45;
}
.TagClassName
{
border-color: #242F45;
}
</style>