Shades of Blumine #325663
Tints of Blumine #325663
RGB
CMYK
RGB Variations
Color information
#325663 (or 0x325663) is known color: Blumine. HEX triplet: 32, 56 and 63. RGB value is (50,86,99). Sum of RGB (Red+Green+Blue) = 50+86+99=235 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.28% from 235); Green value is 86 (33.98% from 255 or 36.60% from 235); Blue value is 99 (39.06% from 255 or 42.13% from 235); Max value from RGB is 99 - color contains mainly: blue. Hex color #325663 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325663 is #CDA99C. Grayscale: #4C4C4C. Windows color (decimal): -13478301 or 6510130. OLE color: 6510130.
HSL color Cylindrical-coordinate representation of color #325663: hue angle of 195.92º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #325663 is Cyan = 0.49, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 50 | 86 | 99 | - |
| CMYK | 0.49 | 0.13 | 0 | 0.61 |
| HSL | 195.92º | 0.33% | 0.29% | - |
| HSV(B) | 195.92º | 0.49% | 0.39% | - |
| XYZ | 6.9 | 8.23 | 13.03 | - |
| YUV | 76.72 | 140.57 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 86 | 99 | 0.49 | 0.13 | 0 | 0.61 | 195.92 | 0.33 | 0.29 |
| Hex | 32 | 56 | 63 | 31 | D | 0 | 3D | C4 | 21 | 1D |
| Octal | 62 | 126 | 143 | 61 | 15 | 0 | 75 | 304 | 41 | 35 |
| Binary | 110010 | 1010110 | 1100011 | 110001 | 1101 | 0 | 111101 | 11000100 | 100001 | 11101 |
Color Harmonies of #325663
Complementary color
Monochromatic Colors of #325663
Black with #325663
Text Example
Text Example
White with #325663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325663; }
p { color: rgb(50,86,99); }
H1.HeaderClassName
{
color: #325663;
}
.AnyTagClassName
{
color: #325663;
}
</style>
background-color css
<style>
a { background-color: #325663; }
a { background-color: rgb(50,86,99); }
div.DivClassName
{
background-color: #325663;
}
.BgClassName
{
background-color: #325663;
}
</style>
border-color css
<style>
span { border-color: #325663; }
span { border-color: rgb(50,86,99); }
td.TdClassName
{
border-color: #325663;
}
.TagClassName
{
border-color: #325663;
}
</style>