Shades of Blumine #326070
Tints of Blumine #326070
RGB
CMYK
RGB Variations
Color information
#326070 (or 0x326070) is known color: Blumine. HEX triplet: 32, 60 and 70. RGB value is (50,96,112). Sum of RGB (Red+Green+Blue) = 50+96+112=258 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.38% from 258); Green value is 96 (37.89% from 255 or 37.21% from 258); Blue value is 112 (44.14% from 255 or 43.41% from 258); Max value from RGB is 112 - color contains mainly: blue. Hex color #326070 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326070 is #CD9F8F. Grayscale: #535353. Windows color (decimal): -13475728 or 7364658. OLE color: 7364658.
HSL color Cylindrical-coordinate representation of color #326070: hue angle of 195.48º 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 #326070 is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 50 | 96 | 112 | - |
| CMYK | 0.55 | 0.14 | 0 | 0.56 |
| HSL | 195.48º | 0.38% | 0.32% | - |
| HSV(B) | 195.48º | 0.55% | 0.44% | - |
| XYZ | 8.42 | 10.21 | 16.86 | - |
| YUV | 84.07 | 143.76 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 96 | 112 | 0.55 | 0.14 | 0 | 0.56 | 195.48 | 0.38 | 0.32 |
| Hex | 32 | 60 | 70 | 37 | E | 0 | 38 | C3 | 26 | 20 |
| Octal | 62 | 140 | 160 | 67 | 16 | 0 | 70 | 303 | 46 | 40 |
| Binary | 110010 | 1100000 | 1110000 | 110111 | 1110 | 0 | 111000 | 11000011 | 100110 | 100000 |
Color Harmonies of #326070
Complementary color
Monochromatic Colors of #326070
Black with #326070
Text Example
Text Example
White with #326070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326070; }
p { color: rgb(50,96,112); }
H1.HeaderClassName
{
color: #326070;
}
.AnyTagClassName
{
color: #326070;
}
</style>
background-color css
<style>
a { background-color: #326070; }
a { background-color: rgb(50,96,112); }
div.DivClassName
{
background-color: #326070;
}
.BgClassName
{
background-color: #326070;
}
</style>
border-color css
<style>
span { border-color: #326070; }
span { border-color: rgb(50,96,112); }
td.TdClassName
{
border-color: #326070;
}
.TagClassName
{
border-color: #326070;
}
</style>