Shades of Blumine #325E66
Tints of Blumine #325E66
RGB
CMYK
RGB Variations
Color information
#325E66 (or 0x325E66) is known color: Blumine. HEX triplet: 32, 5E and 66. RGB value is (50,94,102). Sum of RGB (Red+Green+Blue) = 50+94+102=246 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.33% from 246); Green value is 94 (37.11% from 255 or 38.21% from 246); Blue value is 102 (40.23% from 255 or 41.46% from 246); Max value from RGB is 102 - color contains mainly: blue. Hex color #325E66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325E66 is #CDA199. Grayscale: #515151. Windows color (decimal): -13476250 or 6708786. OLE color: 6708786.
HSL color Cylindrical-coordinate representation of color #325E66: hue angle of 189.23º 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 #325E66 is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 50 | 94 | 102 | - |
| CMYK | 0.51 | 0.08 | 0 | 0.6 |
| HSL | 189.23º | 0.34% | 0.3% | - |
| HSV(B) | 189.23º | 0.51% | 0.4% | - |
| XYZ | 7.72 | 9.64 | 14.02 | - |
| YUV | 81.76 | 139.42 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 94 | 102 | 0.51 | 0.08 | 0 | 0.6 | 189.23 | 0.34 | 0.3 |
| Hex | 32 | 5E | 66 | 33 | 8 | 0 | 3C | BD | 22 | 1E |
| Octal | 62 | 136 | 146 | 63 | 10 | 0 | 74 | 275 | 42 | 36 |
| Binary | 110010 | 1011110 | 1100110 | 110011 | 1000 | 0 | 111100 | 10111101 | 100010 | 11110 |
Color Harmonies of #325E66
Complementary color
Monochromatic Colors of #325E66
Black with #325E66
Text Example
Text Example
White with #325E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325E66; }
p { color: rgb(50,94,102); }
H1.HeaderClassName
{
color: #325E66;
}
.AnyTagClassName
{
color: #325E66;
}
</style>
background-color css
<style>
a { background-color: #325E66; }
a { background-color: rgb(50,94,102); }
div.DivClassName
{
background-color: #325E66;
}
.BgClassName
{
background-color: #325E66;
}
</style>
border-color css
<style>
span { border-color: #325E66; }
span { border-color: rgb(50,94,102); }
td.TdClassName
{
border-color: #325E66;
}
.TagClassName
{
border-color: #325E66;
}
</style>