Shades of Blumine #326372
Tints of Blumine #326372
RGB
CMYK
RGB Variations
Color information
#326372 (or 0x326372) is known color: Blumine. HEX triplet: 32, 63 and 72. RGB value is (50,99,114). Sum of RGB (Red+Green+Blue) = 50+99+114=263 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.01% from 263); Green value is 99 (39.06% from 255 or 37.64% from 263); Blue value is 114 (44.92% from 255 or 43.35% from 263); Max value from RGB is 114 - color contains mainly: blue. Hex color #326372 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326372 is #CD9C8D. Grayscale: #555555. Windows color (decimal): -13474958 or 7496498. OLE color: 7496498.
HSL color Cylindrical-coordinate representation of color #326372: hue angle of 194.06º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #326372 is Cyan = 0.56, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 50 | 99 | 114 | - |
| CMYK | 0.56 | 0.13 | 0 | 0.55 |
| HSL | 194.06º | 0.39% | 0.32% | - |
| HSV(B) | 194.06º | 0.56% | 0.45% | - |
| XYZ | 8.81 | 10.82 | 17.54 | - |
| YUV | 86.06 | 143.77 | 102.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 99 | 114 | 0.56 | 0.13 | 0 | 0.55 | 194.06 | 0.39 | 0.32 |
| Hex | 32 | 63 | 72 | 38 | D | 0 | 37 | C2 | 27 | 20 |
| Octal | 62 | 143 | 162 | 70 | 15 | 0 | 67 | 302 | 47 | 40 |
| Binary | 110010 | 1100011 | 1110010 | 111000 | 1101 | 0 | 110111 | 11000010 | 100111 | 100000 |
Color Harmonies of #326372
Complementary color
Monochromatic Colors of #326372
Black with #326372
Text Example
Text Example
White with #326372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326372; }
p { color: rgb(50,99,114); }
H1.HeaderClassName
{
color: #326372;
}
.AnyTagClassName
{
color: #326372;
}
</style>
background-color css
<style>
a { background-color: #326372; }
a { background-color: rgb(50,99,114); }
div.DivClassName
{
background-color: #326372;
}
.BgClassName
{
background-color: #326372;
}
</style>
border-color css
<style>
span { border-color: #326372; }
span { border-color: rgb(50,99,114); }
td.TdClassName
{
border-color: #326372;
}
.TagClassName
{
border-color: #326372;
}
</style>