Shades of Blumine #326272
Tints of Blumine #326272
RGB
CMYK
RGB Variations
Color information
#326272 (or 0x326272) is known color: Blumine. HEX triplet: 32, 62 and 72. RGB value is (50,98,114). Sum of RGB (Red+Green+Blue) = 50+98+114=262 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.08% from 262); Green value is 98 (38.67% from 255 or 37.40% from 262); Blue value is 114 (44.92% from 255 or 43.51% from 262); Max value from RGB is 114 - color contains mainly: blue. Hex color #326272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326272 is #CD9D8D. Grayscale: #555555. Windows color (decimal): -13475214 or 7496242. OLE color: 7496242.
HSL color Cylindrical-coordinate representation of color #326272: hue angle of 195º 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 #326272 is Cyan = 0.56, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 50 | 98 | 114 | - |
| CMYK | 0.56 | 0.14 | 0 | 0.55 |
| HSL | 195º | 0.39% | 0.32% | - |
| HSV(B) | 195º | 0.56% | 0.45% | - |
| XYZ | 8.72 | 10.63 | 17.51 | - |
| YUV | 85.47 | 144.1 | 102.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 98 | 114 | 0.56 | 0.14 | 0 | 0.55 | 195 | 0.39 | 0.32 |
| Hex | 32 | 62 | 72 | 38 | E | 0 | 37 | C3 | 27 | 20 |
| Octal | 62 | 142 | 162 | 70 | 16 | 0 | 67 | 303 | 47 | 40 |
| Binary | 110010 | 1100010 | 1110010 | 111000 | 1110 | 0 | 110111 | 11000011 | 100111 | 100000 |
Color Harmonies of #326272
Complementary color
Monochromatic Colors of #326272
Black with #326272
Text Example
Text Example
White with #326272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326272; }
p { color: rgb(50,98,114); }
H1.HeaderClassName
{
color: #326272;
}
.AnyTagClassName
{
color: #326272;
}
</style>
background-color css
<style>
a { background-color: #326272; }
a { background-color: rgb(50,98,114); }
div.DivClassName
{
background-color: #326272;
}
.BgClassName
{
background-color: #326272;
}
</style>
border-color css
<style>
span { border-color: #326272; }
span { border-color: rgb(50,98,114); }
td.TdClassName
{
border-color: #326272;
}
.TagClassName
{
border-color: #326272;
}
</style>