Shades of Blumine #326079
Tints of Blumine #326079
RGB
CMYK
RGB Variations
Color information
#326079 (or 0x326079) is known color: Blumine. HEX triplet: 32, 60 and 79. RGB value is (50,96,121). Sum of RGB (Red+Green+Blue) = 50+96+121=267 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.73% from 267); Green value is 96 (37.89% from 255 or 35.96% from 267); Blue value is 121 (47.66% from 255 or 45.32% from 267); Max value from RGB is 121 - color contains mainly: blue. Hex color #326079 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326079 is #CD9F86. Grayscale: #545454. Windows color (decimal): -13475719 or 7954482. OLE color: 7954482.
HSL color Cylindrical-coordinate representation of color #326079: hue angle of 201.13º 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 #326079 is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 50 | 96 | 121 | - |
| CMYK | 0.59 | 0.21 | 0 | 0.53 |
| HSL | 201.13º | 0.42% | 0.34% | - |
| HSV(B) | 201.13º | 0.59% | 0.47% | - |
| XYZ | 8.95 | 10.42 | 19.63 | - |
| YUV | 85.1 | 148.26 | 102.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 96 | 121 | 0.59 | 0.21 | 0 | 0.53 | 201.13 | 0.42 | 0.34 |
| Hex | 32 | 60 | 79 | 3B | 15 | 0 | 35 | C9 | 2A | 22 |
| Octal | 62 | 140 | 171 | 73 | 25 | 0 | 65 | 311 | 52 | 42 |
| Binary | 110010 | 1100000 | 1111001 | 111011 | 10101 | 0 | 110101 | 11001001 | 101010 | 100010 |
Color Harmonies of #326079
Complementary color
Monochromatic Colors of #326079
Black with #326079
Text Example
Text Example
White with #326079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326079; }
p { color: rgb(50,96,121); }
H1.HeaderClassName
{
color: #326079;
}
.AnyTagClassName
{
color: #326079;
}
</style>
background-color css
<style>
a { background-color: #326079; }
a { background-color: rgb(50,96,121); }
div.DivClassName
{
background-color: #326079;
}
.BgClassName
{
background-color: #326079;
}
</style>
border-color css
<style>
span { border-color: #326079; }
span { border-color: rgb(50,96,121); }
td.TdClassName
{
border-color: #326079;
}
.TagClassName
{
border-color: #326079;
}
</style>