Shades of Bunting #242F4F
Tints of Bunting #242F4F
RGB
CMYK
RGB Variations
Color information
#242F4F (or 0x242F4F) is known color: Bunting. HEX triplet: 24, 2F and 4F. RGB value is (36,47,79). Sum of RGB (Red+Green+Blue) = 36+47+79=162 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.22% from 162); Green value is 47 (18.75% from 255 or 29.01% from 162); Blue value is 79 (31.25% from 255 or 48.77% from 162); Max value from RGB is 79 - color contains mainly: blue. Hex color #242F4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242F4F is #DBD0B0. Grayscale: #2F2F2F. Windows color (decimal): -14405809 or 5189412. OLE color: 5189412.
HSL color Cylindrical-coordinate representation of color #242F4F: hue angle of 224.65º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #242F4F is Cyan = 0.54, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 36 | 47 | 79 | - |
| CMYK | 0.54 | 0.41 | 0 | 0.69 |
| HSL | 224.65º | 0.37% | 0.23% | - |
| HSV(B) | 224.65º | 0.54% | 0.31% | - |
| XYZ | 3.16 | 2.97 | 7.8 | - |
| YUV | 47.36 | 145.86 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 47 | 79 | 0.54 | 0.41 | 0 | 0.69 | 224.65 | 0.37 | 0.23 |
| Hex | 24 | 2F | 4F | 36 | 29 | 0 | 45 | E1 | 25 | 17 |
| Octal | 44 | 57 | 117 | 66 | 51 | 0 | 105 | 341 | 45 | 27 |
| Binary | 100100 | 101111 | 1001111 | 110110 | 101001 | 0 | 1000101 | 11100001 | 100101 | 10111 |
Color Harmonies of #242F4F
Complementary color
Monochromatic Colors of #242F4F
Black with #242F4F
Text Example
Text Example
White with #242F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242F4F; }
p { color: rgb(36,47,79); }
H1.HeaderClassName
{
color: #242F4F;
}
.AnyTagClassName
{
color: #242F4F;
}
</style>
background-color css
<style>
a { background-color: #242F4F; }
a { background-color: rgb(36,47,79); }
div.DivClassName
{
background-color: #242F4F;
}
.BgClassName
{
background-color: #242F4F;
}
</style>
border-color css
<style>
span { border-color: #242F4F; }
span { border-color: rgb(36,47,79); }
td.TdClassName
{
border-color: #242F4F;
}
.TagClassName
{
border-color: #242F4F;
}
</style>