Shades of Blumine #326176
Tints of Blumine #326176
RGB
CMYK
RGB Variations
Color information
#326176 (or 0x326176) is known color: Blumine. HEX triplet: 32, 61 and 76. RGB value is (50,97,118). Sum of RGB (Red+Green+Blue) = 50+97+118=265 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.87% from 265); Green value is 97 (38.28% from 255 or 36.60% from 265); Blue value is 118 (46.48% from 255 or 44.53% from 265); Max value from RGB is 118 - color contains mainly: blue. Hex color #326176 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326176 is #CD9E89. Grayscale: #555555. Windows color (decimal): -13475466 or 7758130. OLE color: 7758130.
HSL color Cylindrical-coordinate representation of color #326176: hue angle of 198.53º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #326176 is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 50 | 97 | 118 | - |
| CMYK | 0.58 | 0.18 | 0 | 0.54 |
| HSL | 198.53º | 0.4% | 0.33% | - |
| HSV(B) | 198.53º | 0.58% | 0.46% | - |
| XYZ | 8.86 | 10.54 | 18.71 | - |
| YUV | 85.34 | 146.43 | 102.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 97 | 118 | 0.58 | 0.18 | 0 | 0.54 | 198.53 | 0.4 | 0.33 |
| Hex | 32 | 61 | 76 | 3A | 12 | 0 | 36 | C7 | 28 | 21 |
| Octal | 62 | 141 | 166 | 72 | 22 | 0 | 66 | 307 | 50 | 41 |
| Binary | 110010 | 1100001 | 1110110 | 111010 | 10010 | 0 | 110110 | 11000111 | 101000 | 100001 |
Color Harmonies of #326176
Complementary color
Monochromatic Colors of #326176
Black with #326176
Text Example
Text Example
White with #326176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326176; }
p { color: rgb(50,97,118); }
H1.HeaderClassName
{
color: #326176;
}
.AnyTagClassName
{
color: #326176;
}
</style>
background-color css
<style>
a { background-color: #326176; }
a { background-color: rgb(50,97,118); }
div.DivClassName
{
background-color: #326176;
}
.BgClassName
{
background-color: #326176;
}
</style>
border-color css
<style>
span { border-color: #326176; }
span { border-color: rgb(50,97,118); }
td.TdClassName
{
border-color: #326176;
}
.TagClassName
{
border-color: #326176;
}
</style>