Shades of Blumine #326072
Tints of Blumine #326072
RGB
CMYK
RGB Variations
Color information
#326072 (or 0x326072) is known color: Blumine. HEX triplet: 32, 60 and 72. RGB value is (50,96,114). Sum of RGB (Red+Green+Blue) = 50+96+114=260 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.23% from 260); Green value is 96 (37.89% from 255 or 36.92% from 260); Blue value is 114 (44.92% from 255 or 43.85% from 260); Max value from RGB is 114 - color contains mainly: blue. Hex color #326072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326072 is #CD9F8D. Grayscale: #545454. Windows color (decimal): -13475726 or 7495730. OLE color: 7495730.
HSL color Cylindrical-coordinate representation of color #326072: hue angle of 196.88º 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 #326072 is Cyan = 0.56, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 50 | 96 | 114 | - |
| CMYK | 0.56 | 0.16 | 0 | 0.55 |
| HSL | 196.88º | 0.39% | 0.32% | - |
| HSV(B) | 196.88º | 0.56% | 0.45% | - |
| XYZ | 8.54 | 10.26 | 17.45 | - |
| YUV | 84.3 | 144.76 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 96 | 114 | 0.56 | 0.16 | 0 | 0.55 | 196.88 | 0.39 | 0.32 |
| Hex | 32 | 60 | 72 | 38 | 10 | 0 | 37 | C5 | 27 | 20 |
| Octal | 62 | 140 | 162 | 70 | 20 | 0 | 67 | 305 | 47 | 40 |
| Binary | 110010 | 1100000 | 1110010 | 111000 | 10000 | 0 | 110111 | 11000101 | 100111 | 100000 |
Color Harmonies of #326072
Complementary color
Monochromatic Colors of #326072
Black with #326072
Text Example
Text Example
White with #326072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326072; }
p { color: rgb(50,96,114); }
H1.HeaderClassName
{
color: #326072;
}
.AnyTagClassName
{
color: #326072;
}
</style>
background-color css
<style>
a { background-color: #326072; }
a { background-color: rgb(50,96,114); }
div.DivClassName
{
background-color: #326072;
}
.BgClassName
{
background-color: #326072;
}
</style>
border-color css
<style>
span { border-color: #326072; }
span { border-color: rgb(50,96,114); }
td.TdClassName
{
border-color: #326072;
}
.TagClassName
{
border-color: #326072;
}
</style>