Shades of Blumine #325972
Tints of Blumine #325972
RGB
CMYK
RGB Variations
Color information
#325972 (or 0x325972) is known color: Blumine. HEX triplet: 32, 59 and 72. RGB value is (50,89,114). Sum of RGB (Red+Green+Blue) = 50+89+114=253 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.76% from 253); Green value is 89 (35.16% from 255 or 35.18% from 253); Blue value is 114 (44.92% from 255 or 45.06% from 253); Max value from RGB is 114 - color contains mainly: blue. Hex color #325972 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325972 is #CDA68D. Grayscale: #505050. Windows color (decimal): -13477518 or 7493938. OLE color: 7493938.
HSL color Cylindrical-coordinate representation of color #325972: hue angle of 203.44º 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 #325972 is Cyan = 0.56, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 50 | 89 | 114 | - |
| CMYK | 0.56 | 0.22 | 0 | 0.55 |
| HSL | 203.44º | 0.39% | 0.32% | - |
| HSV(B) | 203.44º | 0.56% | 0.45% | - |
| XYZ | 7.93 | 9.04 | 17.25 | - |
| YUV | 80.19 | 147.08 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 89 | 114 | 0.56 | 0.22 | 0 | 0.55 | 203.44 | 0.39 | 0.32 |
| Hex | 32 | 59 | 72 | 38 | 16 | 0 | 37 | CB | 27 | 20 |
| Octal | 62 | 131 | 162 | 70 | 26 | 0 | 67 | 313 | 47 | 40 |
| Binary | 110010 | 1011001 | 1110010 | 111000 | 10110 | 0 | 110111 | 11001011 | 100111 | 100000 |
Color Harmonies of #325972
Complementary color
Monochromatic Colors of #325972
Black with #325972
Text Example
Text Example
White with #325972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325972; }
p { color: rgb(50,89,114); }
H1.HeaderClassName
{
color: #325972;
}
.AnyTagClassName
{
color: #325972;
}
</style>
background-color css
<style>
a { background-color: #325972; }
a { background-color: rgb(50,89,114); }
div.DivClassName
{
background-color: #325972;
}
.BgClassName
{
background-color: #325972;
}
</style>
border-color css
<style>
span { border-color: #325972; }
span { border-color: rgb(50,89,114); }
td.TdClassName
{
border-color: #325972;
}
.TagClassName
{
border-color: #325972;
}
</style>