Shades of Blumine #326279
Tints of Blumine #326279
RGB
CMYK
RGB Variations
Color information
#326279 (or 0x326279) is known color: Blumine. HEX triplet: 32, 62 and 79. RGB value is (50,98,121). Sum of RGB (Red+Green+Blue) = 50+98+121=269 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.59% from 269); Green value is 98 (38.67% from 255 or 36.43% from 269); Blue value is 121 (47.66% from 255 or 44.98% from 269); Max value from RGB is 121 - color contains mainly: blue. Hex color #326279 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326279 is #CD9D86. Grayscale: #565656. Windows color (decimal): -13475207 or 7954994. OLE color: 7954994.
HSL color Cylindrical-coordinate representation of color #326279: hue angle of 199.44º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #326279 is Cyan = 0.59, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 50 | 98 | 121 | - |
| CMYK | 0.59 | 0.19 | 0 | 0.53 |
| HSL | 199.44º | 0.42% | 0.34% | - |
| HSV(B) | 199.44º | 0.59% | 0.47% | - |
| XYZ | 9.13 | 10.79 | 19.69 | - |
| YUV | 86.27 | 147.6 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 98 | 121 | 0.59 | 0.19 | 0 | 0.53 | 199.44 | 0.42 | 0.34 |
| Hex | 32 | 62 | 79 | 3B | 13 | 0 | 35 | C7 | 2A | 22 |
| Octal | 62 | 142 | 171 | 73 | 23 | 0 | 65 | 307 | 52 | 42 |
| Binary | 110010 | 1100010 | 1111001 | 111011 | 10011 | 0 | 110101 | 11000111 | 101010 | 100010 |
Color Harmonies of #326279
Complementary color
Monochromatic Colors of #326279
Black with #326279
Text Example
Text Example
White with #326279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326279; }
p { color: rgb(50,98,121); }
H1.HeaderClassName
{
color: #326279;
}
.AnyTagClassName
{
color: #326279;
}
</style>
background-color css
<style>
a { background-color: #326279; }
a { background-color: rgb(50,98,121); }
div.DivClassName
{
background-color: #326279;
}
.BgClassName
{
background-color: #326279;
}
</style>
border-color css
<style>
span { border-color: #326279; }
span { border-color: rgb(50,98,121); }
td.TdClassName
{
border-color: #326279;
}
.TagClassName
{
border-color: #326279;
}
</style>