Shades of Blumine #325966
Tints of Blumine #325966
RGB
CMYK
RGB Variations
Color information
#325966 (or 0x325966) is known color: Blumine. HEX triplet: 32, 59 and 66. RGB value is (50,89,102). Sum of RGB (Red+Green+Blue) = 50+89+102=241 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.75% from 241); Green value is 89 (35.16% from 255 or 36.93% from 241); Blue value is 102 (40.23% from 255 or 42.32% from 241); Max value from RGB is 102 - color contains mainly: blue. Hex color #325966 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325966 is #CDA699. Grayscale: #4E4E4E. Windows color (decimal): -13477530 or 6707506. OLE color: 6707506.
HSL color Cylindrical-coordinate representation of color #325966: hue angle of 195º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #325966 is Cyan = 0.51, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 50 | 89 | 102 | - |
| CMYK | 0.51 | 0.13 | 0 | 0.6 |
| HSL | 195º | 0.34% | 0.3% | - |
| HSV(B) | 195º | 0.51% | 0.4% | - |
| XYZ | 7.29 | 8.78 | 13.88 | - |
| YUV | 78.82 | 141.08 | 107.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 89 | 102 | 0.51 | 0.13 | 0 | 0.6 | 195 | 0.34 | 0.3 |
| Hex | 32 | 59 | 66 | 33 | D | 0 | 3C | C3 | 22 | 1E |
| Octal | 62 | 131 | 146 | 63 | 15 | 0 | 74 | 303 | 42 | 36 |
| Binary | 110010 | 1011001 | 1100110 | 110011 | 1101 | 0 | 111100 | 11000011 | 100010 | 11110 |
Color Harmonies of #325966
Complementary color
Monochromatic Colors of #325966
Black with #325966
Text Example
Text Example
White with #325966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325966; }
p { color: rgb(50,89,102); }
H1.HeaderClassName
{
color: #325966;
}
.AnyTagClassName
{
color: #325966;
}
</style>
background-color css
<style>
a { background-color: #325966; }
a { background-color: rgb(50,89,102); }
div.DivClassName
{
background-color: #325966;
}
.BgClassName
{
background-color: #325966;
}
</style>
border-color css
<style>
span { border-color: #325966; }
span { border-color: rgb(50,89,102); }
td.TdClassName
{
border-color: #325966;
}
.TagClassName
{
border-color: #325966;
}
</style>