Shades of Blumine #325564
Tints of Blumine #325564
RGB
CMYK
RGB Variations
Color information
#325564 (or 0x325564) is known color: Blumine. HEX triplet: 32, 55 and 64. RGB value is (50,85,100). Sum of RGB (Red+Green+Blue) = 50+85+100=235 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.28% from 235); Green value is 85 (33.59% from 255 or 36.17% from 235); Blue value is 100 (39.45% from 255 or 42.55% from 235); Max value from RGB is 100 - color contains mainly: blue. Hex color #325564 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325564 is #CDAA9B. Grayscale: #4C4C4C. Windows color (decimal): -13478556 or 6575410. OLE color: 6575410.
HSL color Cylindrical-coordinate representation of color #325564: hue angle of 198º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #325564 is Cyan = 0.50, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 50 | 85 | 100 | - |
| CMYK | 0.50 | 0.15 | 0 | 0.61 |
| HSL | 198º | 0.33% | 0.29% | - |
| HSV(B) | 198º | 0.5% | 0.39% | - |
| XYZ | 6.86 | 8.1 | 13.26 | - |
| YUV | 76.25 | 141.4 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 85 | 100 | 0.50 | 0.15 | 0 | 0.61 | 198 | 0.33 | 0.29 |
| Hex | 32 | 55 | 64 | 32 | F | 0 | 3D | C6 | 21 | 1D |
| Octal | 62 | 125 | 144 | 62 | 17 | 0 | 75 | 306 | 41 | 35 |
| Binary | 110010 | 1010101 | 1100100 | 110010 | 1111 | 0 | 111101 | 11000110 | 100001 | 11101 |
Color Harmonies of #325564
Complementary color
Monochromatic Colors of #325564
Black with #325564
Text Example
Text Example
White with #325564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325564; }
p { color: rgb(50,85,100); }
H1.HeaderClassName
{
color: #325564;
}
.AnyTagClassName
{
color: #325564;
}
</style>
background-color css
<style>
a { background-color: #325564; }
a { background-color: rgb(50,85,100); }
div.DivClassName
{
background-color: #325564;
}
.BgClassName
{
background-color: #325564;
}
</style>
border-color css
<style>
span { border-color: #325564; }
span { border-color: rgb(50,85,100); }
td.TdClassName
{
border-color: #325564;
}
.TagClassName
{
border-color: #325564;
}
</style>