Shades of Bunting #242F4B
Tints of Bunting #242F4B
RGB
CMYK
RGB Variations
Color information
#242F4B (or 0x242F4B) is known color: Bunting. HEX triplet: 24, 2F and 4B. RGB value is (36,47,75). Sum of RGB (Red+Green+Blue) = 36+47+75=158 (20% of max value = 765). Red value is 36 (14.45% from 255 or 22.78% from 158); Green value is 47 (18.75% from 255 or 29.75% from 158); Blue value is 75 (29.69% from 255 or 47.47% from 158); Max value from RGB is 75 - color contains mainly: blue. Hex color #242F4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242F4B is #DBD0B4. Grayscale: #2E2E2E. Windows color (decimal): -14405813 or 4927268. OLE color: 4927268.
HSL color Cylindrical-coordinate representation of color #242F4B: hue angle of 223.08º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #242F4B is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 36 | 47 | 75 | - |
| CMYK | 0.52 | 0.37 | 0 | 0.71 |
| HSL | 223.08º | 0.35% | 0.22% | - |
| HSV(B) | 223.08º | 0.52% | 0.29% | - |
| XYZ | 3.01 | 2.92 | 7.06 | - |
| YUV | 46.9 | 143.86 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 47 | 75 | 0.52 | 0.37 | 0 | 0.71 | 223.08 | 0.35 | 0.22 |
| Hex | 24 | 2F | 4B | 34 | 25 | 0 | 47 | DF | 23 | 16 |
| Octal | 44 | 57 | 113 | 64 | 45 | 0 | 107 | 337 | 43 | 26 |
| Binary | 100100 | 101111 | 1001011 | 110100 | 100101 | 0 | 1000111 | 11011111 | 100011 | 10110 |
Color Harmonies of #242F4B
Complementary color
Monochromatic Colors of #242F4B
Black with #242F4B
Text Example
Text Example
White with #242F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242F4B; }
p { color: rgb(36,47,75); }
H1.HeaderClassName
{
color: #242F4B;
}
.AnyTagClassName
{
color: #242F4B;
}
</style>
background-color css
<style>
a { background-color: #242F4B; }
a { background-color: rgb(36,47,75); }
div.DivClassName
{
background-color: #242F4B;
}
.BgClassName
{
background-color: #242F4B;
}
</style>
border-color css
<style>
span { border-color: #242F4B; }
span { border-color: rgb(36,47,75); }
td.TdClassName
{
border-color: #242F4B;
}
.TagClassName
{
border-color: #242F4B;
}
</style>