Shades of Blumine #326370
Tints of Blumine #326370
RGB
CMYK
RGB Variations
Color information
#326370 (or 0x326370) is known color: Blumine. HEX triplet: 32, 63 and 70. RGB value is (50,99,112). Sum of RGB (Red+Green+Blue) = 50+99+112=261 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.16% from 261); Green value is 99 (39.06% from 255 or 37.93% from 261); Blue value is 112 (44.14% from 255 or 42.91% from 261); Max value from RGB is 112 - color contains mainly: blue. Hex color #326370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326370 is #CD9C8F. Grayscale: #555555. Windows color (decimal): -13474960 or 7365426. OLE color: 7365426.
HSL color Cylindrical-coordinate representation of color #326370: hue angle of 192.58º 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 #326370 is Cyan = 0.55, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 50 | 99 | 112 | - |
| CMYK | 0.55 | 0.12 | 0 | 0.56 |
| HSL | 192.58º | 0.38% | 0.32% | - |
| HSV(B) | 192.58º | 0.55% | 0.44% | - |
| XYZ | 8.7 | 10.77 | 16.95 | - |
| YUV | 85.83 | 142.77 | 102.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 99 | 112 | 0.55 | 0.12 | 0 | 0.56 | 192.58 | 0.38 | 0.32 |
| Hex | 32 | 63 | 70 | 37 | C | 0 | 38 | C1 | 26 | 20 |
| Octal | 62 | 143 | 160 | 67 | 14 | 0 | 70 | 301 | 46 | 40 |
| Binary | 110010 | 1100011 | 1110000 | 110111 | 1100 | 0 | 111000 | 11000001 | 100110 | 100000 |
Color Harmonies of #326370
Complementary color
Monochromatic Colors of #326370
Black with #326370
Text Example
Text Example
White with #326370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326370; }
p { color: rgb(50,99,112); }
H1.HeaderClassName
{
color: #326370;
}
.AnyTagClassName
{
color: #326370;
}
</style>
background-color css
<style>
a { background-color: #326370; }
a { background-color: rgb(50,99,112); }
div.DivClassName
{
background-color: #326370;
}
.BgClassName
{
background-color: #326370;
}
</style>
border-color css
<style>
span { border-color: #326370; }
span { border-color: rgb(50,99,112); }
td.TdClassName
{
border-color: #326370;
}
.TagClassName
{
border-color: #326370;
}
</style>