Shades of Bunting #242E4B
Tints of Bunting #242E4B
RGB
CMYK
RGB Variations
Color information
#242E4B (or 0x242E4B) is known color: Bunting. HEX triplet: 24, 2E and 4B. RGB value is (36,46,75). Sum of RGB (Red+Green+Blue) = 36+46+75=157 (20% of max value = 765). Red value is 36 (14.45% from 255 or 22.93% from 157); Green value is 46 (18.36% from 255 or 29.30% from 157); Blue value is 75 (29.69% from 255 or 47.77% from 157); Max value from RGB is 75 - color contains mainly: blue. Hex color #242E4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242E4B is #DBD1B4. Grayscale: #2E2E2E. Windows color (decimal): -14406069 or 4927012. OLE color: 4927012.
HSL color Cylindrical-coordinate representation of color #242E4B: hue angle of 224.62º 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 #242E4B is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 36 | 46 | 75 | - |
| CMYK | 0.52 | 0.39 | 0 | 0.71 |
| HSL | 224.62º | 0.35% | 0.22% | - |
| HSV(B) | 224.62º | 0.52% | 0.29% | - |
| XYZ | 2.97 | 2.84 | 7.05 | - |
| YUV | 46.32 | 144.19 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 46 | 75 | 0.52 | 0.39 | 0 | 0.71 | 224.62 | 0.35 | 0.22 |
| Hex | 24 | 2E | 4B | 34 | 27 | 0 | 47 | E1 | 23 | 16 |
| Octal | 44 | 56 | 113 | 64 | 47 | 0 | 107 | 341 | 43 | 26 |
| Binary | 100100 | 101110 | 1001011 | 110100 | 100111 | 0 | 1000111 | 11100001 | 100011 | 10110 |
Color Harmonies of #242E4B
Complementary color
Monochromatic Colors of #242E4B
Black with #242E4B
Text Example
Text Example
White with #242E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242E4B; }
p { color: rgb(36,46,75); }
H1.HeaderClassName
{
color: #242E4B;
}
.AnyTagClassName
{
color: #242E4B;
}
</style>
background-color css
<style>
a { background-color: #242E4B; }
a { background-color: rgb(36,46,75); }
div.DivClassName
{
background-color: #242E4B;
}
.BgClassName
{
background-color: #242E4B;
}
</style>
border-color css
<style>
span { border-color: #242E4B; }
span { border-color: rgb(36,46,75); }
td.TdClassName
{
border-color: #242E4B;
}
.TagClassName
{
border-color: #242E4B;
}
</style>