Shades of Bunting #24334E
Tints of Bunting #24334E
RGB
CMYK
RGB Variations
Color information
#24334E (or 0x24334E) is known color: Bunting. HEX triplet: 24, 33 and 4E. RGB value is (36,51,78). Sum of RGB (Red+Green+Blue) = 36+51+78=165 (21% of max value = 765). Red value is 36 (14.45% from 255 or 21.82% from 165); Green value is 51 (20.31% from 255 or 30.91% from 165); Blue value is 78 (30.86% from 255 or 47.27% from 165); Max value from RGB is 78 - color contains mainly: blue. Hex color #24334E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24334E is #DBCCB1. Grayscale: #313131. Windows color (decimal): -14404786 or 5124900. OLE color: 5124900.
HSL color Cylindrical-coordinate representation of color #24334E: hue angle of 218.57º degrees, saturation: 0.37, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #24334E is Cyan = 0.54, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 36 | 51 | 78 | - |
| CMYK | 0.54 | 0.35 | 0 | 0.69 |
| HSL | 218.57º | 0.37% | 0.22% | - |
| HSV(B) | 218.57º | 0.54% | 0.31% | - |
| XYZ | 3.29 | 3.29 | 7.67 | - |
| YUV | 49.59 | 144.03 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 51 | 78 | 0.54 | 0.35 | 0 | 0.69 | 218.57 | 0.37 | 0.22 |
| Hex | 24 | 33 | 4E | 36 | 23 | 0 | 45 | DB | 25 | 16 |
| Octal | 44 | 63 | 116 | 66 | 43 | 0 | 105 | 333 | 45 | 26 |
| Binary | 100100 | 110011 | 1001110 | 110110 | 100011 | 0 | 1000101 | 11011011 | 100101 | 10110 |
Color Harmonies of #24334E
Complementary color
Monochromatic Colors of #24334E
Black with #24334E
Text Example
Text Example
White with #24334E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24334E; }
p { color: rgb(36,51,78); }
H1.HeaderClassName
{
color: #24334E;
}
.AnyTagClassName
{
color: #24334E;
}
</style>
background-color css
<style>
a { background-color: #24334E; }
a { background-color: rgb(36,51,78); }
div.DivClassName
{
background-color: #24334E;
}
.BgClassName
{
background-color: #24334E;
}
</style>
border-color css
<style>
span { border-color: #24334E; }
span { border-color: rgb(36,51,78); }
td.TdClassName
{
border-color: #24334E;
}
.TagClassName
{
border-color: #24334E;
}
</style>