Shades of Blumine #326570
Tints of Blumine #326570
RGB
CMYK
RGB Variations
Color information
#326570 (or 0x326570) is known color: Blumine. HEX triplet: 32, 65 and 70. RGB value is (50,101,112). Sum of RGB (Red+Green+Blue) = 50+101+112=263 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.01% from 263); Green value is 101 (39.84% from 255 or 38.40% from 263); Blue value is 112 (44.14% from 255 or 42.59% from 263); Max value from RGB is 112 - color contains mainly: blue. Hex color #326570 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326570 is #CD9A8F. Grayscale: #565656. Windows color (decimal): -13474448 or 7365938. OLE color: 7365938.
HSL color Cylindrical-coordinate representation of color #326570: hue angle of 190.65º 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 #326570 is Cyan = 0.55, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 50 | 101 | 112 | - |
| CMYK | 0.55 | 0.10 | 0 | 0.56 |
| HSL | 190.65º | 0.38% | 0.32% | - |
| HSV(B) | 190.65º | 0.55% | 0.44% | - |
| XYZ | 8.89 | 11.16 | 17.01 | - |
| YUV | 87.01 | 142.1 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 101 | 112 | 0.55 | 0.10 | 0 | 0.56 | 190.65 | 0.38 | 0.32 |
| Hex | 32 | 65 | 70 | 37 | A | 0 | 38 | BF | 26 | 20 |
| Octal | 62 | 145 | 160 | 67 | 12 | 0 | 70 | 277 | 46 | 40 |
| Binary | 110010 | 1100101 | 1110000 | 110111 | 1010 | 0 | 111000 | 10111111 | 100110 | 100000 |
Color Harmonies of #326570
Complementary color
Monochromatic Colors of #326570
Black with #326570
Text Example
Text Example
White with #326570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326570; }
p { color: rgb(50,101,112); }
H1.HeaderClassName
{
color: #326570;
}
.AnyTagClassName
{
color: #326570;
}
</style>
background-color css
<style>
a { background-color: #326570; }
a { background-color: rgb(50,101,112); }
div.DivClassName
{
background-color: #326570;
}
.BgClassName
{
background-color: #326570;
}
</style>
border-color css
<style>
span { border-color: #326570; }
span { border-color: rgb(50,101,112); }
td.TdClassName
{
border-color: #326570;
}
.TagClassName
{
border-color: #326570;
}
</style>