Shades of Bunting #323544
Tints of Bunting #323544
RGB
CMYK
RGB Variations
Color information
#323544 (or 0x323544) is known color: Bunting. HEX triplet: 32, 35 and 44. RGB value is (50,53,68). Sum of RGB (Red+Green+Blue) = 50+53+68=171 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.24% from 171); Green value is 53 (21.09% from 255 or 30.99% from 171); Blue value is 68 (26.95% from 255 or 39.77% from 171); Max value from RGB is 68 - color contains mainly: blue. Hex color #323544 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323544 is #CDCABB. Grayscale: #353535. Windows color (decimal): -13486780 or 4470066. OLE color: 4470066.
HSL color Cylindrical-coordinate representation of color #323544: hue angle of 230º degrees, saturation: 0.15, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #323544 is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 50 | 53 | 68 | - |
| CMYK | 0.26 | 0.22 | 0 | 0.73 |
| HSL | 230º | 0.15% | 0.23% | - |
| HSV(B) | 230º | 0.26% | 0.27% | - |
| XYZ | 3.63 | 3.64 | 5.98 | - |
| YUV | 53.81 | 136.01 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 53 | 68 | 0.26 | 0.22 | 0 | 0.73 | 230 | 0.15 | 0.23 |
| Hex | 32 | 35 | 44 | 1A | 16 | 0 | 49 | E6 | F | 17 |
| Octal | 62 | 65 | 104 | 32 | 26 | 0 | 111 | 346 | 17 | 27 |
| Binary | 110010 | 110101 | 1000100 | 11010 | 10110 | 0 | 1001001 | 11100110 | 1111 | 10111 |
Color Harmonies of #323544
Complementary color
Monochromatic Colors of #323544
Black with #323544
Text Example
Text Example
White with #323544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323544; }
p { color: rgb(50,53,68); }
H1.HeaderClassName
{
color: #323544;
}
.AnyTagClassName
{
color: #323544;
}
</style>
background-color css
<style>
a { background-color: #323544; }
a { background-color: rgb(50,53,68); }
div.DivClassName
{
background-color: #323544;
}
.BgClassName
{
background-color: #323544;
}
</style>
border-color css
<style>
span { border-color: #323544; }
span { border-color: rgb(50,53,68); }
td.TdClassName
{
border-color: #323544;
}
.TagClassName
{
border-color: #323544;
}
</style>