Shades of Bunting #32374A
Tints of Bunting #32374A
RGB
CMYK
RGB Variations
Color information
#32374A (or 0x32374A) is known color: Bunting. HEX triplet: 32, 37 and 4A. RGB value is (50,55,74). Sum of RGB (Red+Green+Blue) = 50+55+74=179 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.93% from 179); Green value is 55 (21.88% from 255 or 30.73% from 179); Blue value is 74 (29.30% from 255 or 41.34% from 179); Max value from RGB is 74 - color contains mainly: blue. Hex color #32374A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32374A is #CDC8B5. Grayscale: #373737. Windows color (decimal): -13486262 or 4863794. OLE color: 4863794.
HSL color Cylindrical-coordinate representation of color #32374A: hue angle of 227.5º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #32374A is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 50 | 55 | 74 | - |
| CMYK | 0.32 | 0.26 | 0 | 0.71 |
| HSL | 227.5º | 0.19% | 0.24% | - |
| HSV(B) | 227.5º | 0.32% | 0.29% | - |
| XYZ | 3.92 | 3.9 | 7.03 | - |
| YUV | 55.67 | 138.34 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 55 | 74 | 0.32 | 0.26 | 0 | 0.71 | 227.5 | 0.19 | 0.24 |
| Hex | 32 | 37 | 4A | 20 | 1A | 0 | 47 | E4 | 13 | 18 |
| Octal | 62 | 67 | 112 | 40 | 32 | 0 | 107 | 344 | 23 | 30 |
| Binary | 110010 | 110111 | 1001010 | 100000 | 11010 | 0 | 1000111 | 11100100 | 10011 | 11000 |
Color Harmonies of #32374A
Complementary color
Monochromatic Colors of #32374A
Black with #32374A
Text Example
Text Example
White with #32374A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32374A; }
p { color: rgb(50,55,74); }
H1.HeaderClassName
{
color: #32374A;
}
.AnyTagClassName
{
color: #32374A;
}
</style>
background-color css
<style>
a { background-color: #32374A; }
a { background-color: rgb(50,55,74); }
div.DivClassName
{
background-color: #32374A;
}
.BgClassName
{
background-color: #32374A;
}
</style>
border-color css
<style>
span { border-color: #32374A; }
span { border-color: rgb(50,55,74); }
td.TdClassName
{
border-color: #32374A;
}
.TagClassName
{
border-color: #32374A;
}
</style>