Shades of Bunting #323850
Tints of Bunting #323850
RGB
CMYK
RGB Variations
Color information
#323850 (or 0x323850) is known color: Bunting. HEX triplet: 32, 38 and 50. RGB value is (50,56,80). Sum of RGB (Red+Green+Blue) = 50+56+80=186 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.88% from 186); Green value is 56 (22.27% from 255 or 30.11% from 186); Blue value is 80 (31.64% from 255 or 43.01% from 186); Max value from RGB is 80 - color contains mainly: blue. Hex color #323850 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323850 is #CDC7AF. Grayscale: #383838. Windows color (decimal): -13486000 or 5257266. OLE color: 5257266.
HSL color Cylindrical-coordinate representation of color #323850: hue angle of 228º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #323850 is Cyan = 0.37, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 50 | 56 | 80 | - |
| CMYK | 0.37 | 0.30 | 0 | 0.69 |
| HSL | 228º | 0.23% | 0.25% | - |
| HSV(B) | 228º | 0.38% | 0.31% | - |
| XYZ | 4.18 | 4.09 | 8.16 | - |
| YUV | 56.94 | 141.01 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 56 | 80 | 0.37 | 0.30 | 0 | 0.69 | 228 | 0.23 | 0.25 |
| Hex | 32 | 38 | 50 | 25 | 1E | 0 | 45 | E4 | 17 | 19 |
| Octal | 62 | 70 | 120 | 45 | 36 | 0 | 105 | 344 | 27 | 31 |
| Binary | 110010 | 111000 | 1010000 | 100101 | 11110 | 0 | 1000101 | 11100100 | 10111 | 11001 |
Color Harmonies of #323850
Complementary color
Monochromatic Colors of #323850
Black with #323850
Text Example
Text Example
White with #323850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323850; }
p { color: rgb(50,56,80); }
H1.HeaderClassName
{
color: #323850;
}
.AnyTagClassName
{
color: #323850;
}
</style>
background-color css
<style>
a { background-color: #323850; }
a { background-color: rgb(50,56,80); }
div.DivClassName
{
background-color: #323850;
}
.BgClassName
{
background-color: #323850;
}
</style>
border-color css
<style>
span { border-color: #323850; }
span { border-color: rgb(50,56,80); }
td.TdClassName
{
border-color: #323850;
}
.TagClassName
{
border-color: #323850;
}
</style>