Shades of Bunting #242D4B
Tints of Bunting #242D4B
RGB
CMYK
RGB Variations
Color information
#242D4B (or 0x242D4B) is known color: Bunting. HEX triplet: 24, 2D and 4B. RGB value is (36,45,75). Sum of RGB (Red+Green+Blue) = 36+45+75=156 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.08% from 156); Green value is 45 (17.97% from 255 or 28.85% from 156); Blue value is 75 (29.69% from 255 or 48.08% from 156); Max value from RGB is 75 - color contains mainly: blue. Hex color #242D4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242D4B is #DBD2B4. Grayscale: #2D2D2D. Windows color (decimal): -14406325 or 4926756. OLE color: 4926756.
HSL color Cylindrical-coordinate representation of color #242D4B: hue angle of 226.15º 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 #242D4B is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 36 | 45 | 75 | - |
| CMYK | 0.52 | 0.40 | 0 | 0.71 |
| HSL | 226.15º | 0.35% | 0.22% | - |
| HSV(B) | 226.15º | 0.52% | 0.29% | - |
| XYZ | 2.94 | 2.76 | 7.03 | - |
| YUV | 45.73 | 144.52 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 45 | 75 | 0.52 | 0.40 | 0 | 0.71 | 226.15 | 0.35 | 0.22 |
| Hex | 24 | 2D | 4B | 34 | 28 | 0 | 47 | E2 | 23 | 16 |
| Octal | 44 | 55 | 113 | 64 | 50 | 0 | 107 | 342 | 43 | 26 |
| Binary | 100100 | 101101 | 1001011 | 110100 | 101000 | 0 | 1000111 | 11100010 | 100011 | 10110 |
Color Harmonies of #242D4B
Complementary color
Monochromatic Colors of #242D4B
Black with #242D4B
Text Example
Text Example
White with #242D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242D4B; }
p { color: rgb(36,45,75); }
H1.HeaderClassName
{
color: #242D4B;
}
.AnyTagClassName
{
color: #242D4B;
}
</style>
background-color css
<style>
a { background-color: #242D4B; }
a { background-color: rgb(36,45,75); }
div.DivClassName
{
background-color: #242D4B;
}
.BgClassName
{
background-color: #242D4B;
}
</style>
border-color css
<style>
span { border-color: #242D4B; }
span { border-color: rgb(36,45,75); }
td.TdClassName
{
border-color: #242D4B;
}
.TagClassName
{
border-color: #242D4B;
}
</style>