Shades of Blumine #326270
Tints of Blumine #326270
RGB
CMYK
RGB Variations
Color information
#326270 (or 0x326270) is known color: Blumine. HEX triplet: 32, 62 and 70. RGB value is (50,98,112). Sum of RGB (Red+Green+Blue) = 50+98+112=260 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.23% from 260); Green value is 98 (38.67% from 255 or 37.69% from 260); Blue value is 112 (44.14% from 255 or 43.08% from 260); Max value from RGB is 112 - color contains mainly: blue. Hex color #326270 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326270 is #CD9D8F. Grayscale: #555555. Windows color (decimal): -13475216 or 7365170. OLE color: 7365170.
HSL color Cylindrical-coordinate representation of color #326270: hue angle of 193.55º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #326270 is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 50 | 98 | 112 | - |
| CMYK | 0.55 | 0.13 | 0 | 0.56 |
| HSL | 193.55º | 0.38% | 0.32% | - |
| HSV(B) | 193.55º | 0.55% | 0.44% | - |
| XYZ | 8.61 | 10.58 | 16.92 | - |
| YUV | 85.24 | 143.1 | 102.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 98 | 112 | 0.55 | 0.13 | 0 | 0.56 | 193.55 | 0.38 | 0.32 |
| Hex | 32 | 62 | 70 | 37 | D | 0 | 38 | C2 | 26 | 20 |
| Octal | 62 | 142 | 160 | 67 | 15 | 0 | 70 | 302 | 46 | 40 |
| Binary | 110010 | 1100010 | 1110000 | 110111 | 1101 | 0 | 111000 | 11000010 | 100110 | 100000 |
Color Harmonies of #326270
Complementary color
Monochromatic Colors of #326270
Black with #326270
Text Example
Text Example
White with #326270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326270; }
p { color: rgb(50,98,112); }
H1.HeaderClassName
{
color: #326270;
}
.AnyTagClassName
{
color: #326270;
}
</style>
background-color css
<style>
a { background-color: #326270; }
a { background-color: rgb(50,98,112); }
div.DivClassName
{
background-color: #326270;
}
.BgClassName
{
background-color: #326270;
}
</style>
border-color css
<style>
span { border-color: #326270; }
span { border-color: rgb(50,98,112); }
td.TdClassName
{
border-color: #326270;
}
.TagClassName
{
border-color: #326270;
}
</style>