Shades of Blumine #326679
Tints of Blumine #326679
RGB
CMYK
RGB Variations
Color information
#326679 (or 0x326679) is known color: Blumine. HEX triplet: 32, 66 and 79. RGB value is (50,102,121). Sum of RGB (Red+Green+Blue) = 50+102+121=273 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.32% from 273); Green value is 102 (40.23% from 255 or 37.36% from 273); Blue value is 121 (47.66% from 255 or 44.32% from 273); Max value from RGB is 121 - color contains mainly: blue. Hex color #326679 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326679 is #CD9986. Grayscale: #585858. Windows color (decimal): -13474183 or 7956018. OLE color: 7956018.
HSL color Cylindrical-coordinate representation of color #326679: hue angle of 196.06º 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 #326679 is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 50 | 102 | 121 | - |
| CMYK | 0.59 | 0.16 | 0 | 0.53 |
| HSL | 196.06º | 0.42% | 0.34% | - |
| HSV(B) | 196.06º | 0.59% | 0.47% | - |
| XYZ | 9.52 | 11.56 | 19.82 | - |
| YUV | 88.62 | 146.27 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 102 | 121 | 0.59 | 0.16 | 0 | 0.53 | 196.06 | 0.42 | 0.34 |
| Hex | 32 | 66 | 79 | 3B | 10 | 0 | 35 | C4 | 2A | 22 |
| Octal | 62 | 146 | 171 | 73 | 20 | 0 | 65 | 304 | 52 | 42 |
| Binary | 110010 | 1100110 | 1111001 | 111011 | 10000 | 0 | 110101 | 11000100 | 101010 | 100010 |
Color Harmonies of #326679
Complementary color
Monochromatic Colors of #326679
Black with #326679
Text Example
Text Example
White with #326679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326679; }
p { color: rgb(50,102,121); }
H1.HeaderClassName
{
color: #326679;
}
.AnyTagClassName
{
color: #326679;
}
</style>
background-color css
<style>
a { background-color: #326679; }
a { background-color: rgb(50,102,121); }
div.DivClassName
{
background-color: #326679;
}
.BgClassName
{
background-color: #326679;
}
</style>
border-color css
<style>
span { border-color: #326679; }
span { border-color: rgb(50,102,121); }
td.TdClassName
{
border-color: #326679;
}
.TagClassName
{
border-color: #326679;
}
</style>