Shades of Blumine #326875
Tints of Blumine #326875
RGB
CMYK
RGB Variations
Color information
#326875 (or 0x326875) is known color: Blumine. HEX triplet: 32, 68 and 75. RGB value is (50,104,117). Sum of RGB (Red+Green+Blue) = 50+104+117=271 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.45% from 271); Green value is 104 (41.02% from 255 or 38.38% from 271); Blue value is 117 (46.09% from 255 or 43.17% from 271); Max value from RGB is 117 - color contains mainly: blue. Hex color #326875 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326875 is #CD978A. Grayscale: #595959. Windows color (decimal): -13473675 or 7694386. OLE color: 7694386.
HSL color Cylindrical-coordinate representation of color #326875: hue angle of 191.64º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #326875 is Cyan = 0.57, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 50 | 104 | 117 | - |
| CMYK | 0.57 | 0.11 | 0 | 0.54 |
| HSL | 191.64º | 0.4% | 0.33% | - |
| HSV(B) | 191.64º | 0.57% | 0.46% | - |
| XYZ | 9.48 | 11.86 | 18.62 | - |
| YUV | 89.34 | 143.61 | 99.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 104 | 117 | 0.57 | 0.11 | 0 | 0.54 | 191.64 | 0.4 | 0.33 |
| Hex | 32 | 68 | 75 | 39 | B | 0 | 36 | C0 | 28 | 21 |
| Octal | 62 | 150 | 165 | 71 | 13 | 0 | 66 | 300 | 50 | 41 |
| Binary | 110010 | 1101000 | 1110101 | 111001 | 1011 | 0 | 110110 | 11000000 | 101000 | 100001 |
Color Harmonies of #326875
Complementary color
Monochromatic Colors of #326875
Black with #326875
Text Example
Text Example
White with #326875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326875; }
p { color: rgb(50,104,117); }
H1.HeaderClassName
{
color: #326875;
}
.AnyTagClassName
{
color: #326875;
}
</style>
background-color css
<style>
a { background-color: #326875; }
a { background-color: rgb(50,104,117); }
div.DivClassName
{
background-color: #326875;
}
.BgClassName
{
background-color: #326875;
}
</style>
border-color css
<style>
span { border-color: #326875; }
span { border-color: rgb(50,104,117); }
td.TdClassName
{
border-color: #326875;
}
.TagClassName
{
border-color: #326875;
}
</style>