Shades of Bunting #323748
Tints of Bunting #323748
RGB
CMYK
RGB Variations
Color information
#323748 (or 0x323748) is known color: Bunting. HEX triplet: 32, 37 and 48. RGB value is (50,55,72). Sum of RGB (Red+Green+Blue) = 50+55+72=177 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.25% from 177); Green value is 55 (21.88% from 255 or 31.07% from 177); Blue value is 72 (28.52% from 255 or 40.68% from 177); Max value from RGB is 72 - color contains mainly: blue. Hex color #323748 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323748 is #CDC8B7. Grayscale: #373737. Windows color (decimal): -13486264 or 4732722. OLE color: 4732722.
HSL color Cylindrical-coordinate representation of color #323748: hue angle of 226.36º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #323748 is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 50 | 55 | 72 | - |
| CMYK | 0.31 | 0.24 | 0 | 0.72 |
| HSL | 226.36º | 0.18% | 0.24% | - |
| HSV(B) | 226.36º | 0.31% | 0.28% | - |
| XYZ | 3.85 | 3.88 | 6.68 | - |
| YUV | 55.44 | 137.34 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 55 | 72 | 0.31 | 0.24 | 0 | 0.72 | 226.36 | 0.18 | 0.24 |
| Hex | 32 | 37 | 48 | 1F | 18 | 0 | 48 | E2 | 12 | 18 |
| Octal | 62 | 67 | 110 | 37 | 30 | 0 | 110 | 342 | 22 | 30 |
| Binary | 110010 | 110111 | 1001000 | 11111 | 11000 | 0 | 1001000 | 11100010 | 10010 | 11000 |
Color Harmonies of #323748
Complementary color
Monochromatic Colors of #323748
Black with #323748
Text Example
Text Example
White with #323748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323748; }
p { color: rgb(50,55,72); }
H1.HeaderClassName
{
color: #323748;
}
.AnyTagClassName
{
color: #323748;
}
</style>
background-color css
<style>
a { background-color: #323748; }
a { background-color: rgb(50,55,72); }
div.DivClassName
{
background-color: #323748;
}
.BgClassName
{
background-color: #323748;
}
</style>
border-color css
<style>
span { border-color: #323748; }
span { border-color: rgb(50,55,72); }
td.TdClassName
{
border-color: #323748;
}
.TagClassName
{
border-color: #323748;
}
</style>