Shades of Blumine #325970
Tints of Blumine #325970
RGB
CMYK
RGB Variations
Color information
#325970 (or 0x325970) is known color: Blumine. HEX triplet: 32, 59 and 70. RGB value is (50,89,112). Sum of RGB (Red+Green+Blue) = 50+89+112=251 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.92% from 251); Green value is 89 (35.16% from 255 or 35.46% from 251); Blue value is 112 (44.14% from 255 or 44.62% from 251); Max value from RGB is 112 - color contains mainly: blue. Hex color #325970 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325970 is #CDA68F. Grayscale: #4F4F4F. Windows color (decimal): -13477520 or 7362866. OLE color: 7362866.
HSL color Cylindrical-coordinate representation of color #325970: hue angle of 202.26º 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 #325970 is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 50 | 89 | 112 | - |
| CMYK | 0.55 | 0.21 | 0 | 0.56 |
| HSL | 202.26º | 0.38% | 0.32% | - |
| HSV(B) | 202.26º | 0.55% | 0.44% | - |
| XYZ | 7.81 | 8.99 | 16.65 | - |
| YUV | 79.96 | 146.08 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 89 | 112 | 0.55 | 0.21 | 0 | 0.56 | 202.26 | 0.38 | 0.32 |
| Hex | 32 | 59 | 70 | 37 | 15 | 0 | 38 | CA | 26 | 20 |
| Octal | 62 | 131 | 160 | 67 | 25 | 0 | 70 | 312 | 46 | 40 |
| Binary | 110010 | 1011001 | 1110000 | 110111 | 10101 | 0 | 111000 | 11001010 | 100110 | 100000 |
Color Harmonies of #325970
Complementary color
Monochromatic Colors of #325970
Black with #325970
Text Example
Text Example
White with #325970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325970; }
p { color: rgb(50,89,112); }
H1.HeaderClassName
{
color: #325970;
}
.AnyTagClassName
{
color: #325970;
}
</style>
background-color css
<style>
a { background-color: #325970; }
a { background-color: rgb(50,89,112); }
div.DivClassName
{
background-color: #325970;
}
.BgClassName
{
background-color: #325970;
}
</style>
border-color css
<style>
span { border-color: #325970; }
span { border-color: rgb(50,89,112); }
td.TdClassName
{
border-color: #325970;
}
.TagClassName
{
border-color: #325970;
}
</style>