Shades of Bunting #24354D
Tints of Bunting #24354D
RGB
CMYK
RGB Variations
Color information
#24354D (or 0x24354D) is known color: Bunting. HEX triplet: 24, 35 and 4D. RGB value is (36,53,77). Sum of RGB (Red+Green+Blue) = 36+53+77=166 (21% of max value = 765). Red value is 36 (14.45% from 255 or 21.69% from 166); Green value is 53 (21.09% from 255 or 31.93% from 166); Blue value is 77 (30.47% from 255 or 46.39% from 166); Max value from RGB is 77 - color contains mainly: blue. Hex color #24354D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24354D is #DBCAB2. Grayscale: #323232. Windows color (decimal): -14404275 or 5059876. OLE color: 5059876.
HSL color Cylindrical-coordinate representation of color #24354D: hue angle of 215.12º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #24354D is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 36 | 53 | 77 | - |
| CMYK | 0.53 | 0.31 | 0 | 0.70 |
| HSL | 215.12º | 0.36% | 0.22% | - |
| HSV(B) | 215.12º | 0.53% | 0.3% | - |
| XYZ | 3.34 | 3.46 | 7.51 | - |
| YUV | 50.65 | 142.87 | 117.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 53 | 77 | 0.53 | 0.31 | 0 | 0.70 | 215.12 | 0.36 | 0.22 |
| Hex | 24 | 35 | 4D | 35 | 1F | 0 | 46 | D7 | 24 | 16 |
| Octal | 44 | 65 | 115 | 65 | 37 | 0 | 106 | 327 | 44 | 26 |
| Binary | 100100 | 110101 | 1001101 | 110101 | 11111 | 0 | 1000110 | 11010111 | 100100 | 10110 |
Color Harmonies of #24354D
Complementary color
Monochromatic Colors of #24354D
Black with #24354D
Text Example
Text Example
White with #24354D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24354D; }
p { color: rgb(36,53,77); }
H1.HeaderClassName
{
color: #24354D;
}
.AnyTagClassName
{
color: #24354D;
}
</style>
background-color css
<style>
a { background-color: #24354D; }
a { background-color: rgb(36,53,77); }
div.DivClassName
{
background-color: #24354D;
}
.BgClassName
{
background-color: #24354D;
}
</style>
border-color css
<style>
span { border-color: #24354D; }
span { border-color: rgb(36,53,77); }
td.TdClassName
{
border-color: #24354D;
}
.TagClassName
{
border-color: #24354D;
}
</style>