Shades of Blumine #325E78
Tints of Blumine #325E78
RGB
CMYK
RGB Variations
Color information
#325E78 (or 0x325E78) is known color: Blumine. HEX triplet: 32, 5E and 78. RGB value is (50,94,120). Sum of RGB (Red+Green+Blue) = 50+94+120=264 (34% of max value = 765). Red value is 50 (19.92% from 255 or 18.94% from 264); Green value is 94 (37.11% from 255 or 35.61% from 264); Blue value is 120 (47.27% from 255 or 45.45% from 264); Max value from RGB is 120 - color contains mainly: blue. Hex color #325E78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325E78 is #CDA187. Grayscale: #535353. Windows color (decimal): -13476232 or 7888434. OLE color: 7888434.
HSL color Cylindrical-coordinate representation of color #325E78: hue angle of 202.29º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #325E78 is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 50 | 94 | 120 | - |
| CMYK | 0.58 | 0.22 | 0 | 0.53 |
| HSL | 202.29º | 0.41% | 0.33% | - |
| HSV(B) | 202.29º | 0.58% | 0.47% | - |
| XYZ | 8.71 | 10.04 | 19.25 | - |
| YUV | 83.81 | 148.42 | 103.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 94 | 120 | 0.58 | 0.22 | 0 | 0.53 | 202.29 | 0.41 | 0.33 |
| Hex | 32 | 5E | 78 | 3A | 16 | 0 | 35 | CA | 29 | 21 |
| Octal | 62 | 136 | 170 | 72 | 26 | 0 | 65 | 312 | 51 | 41 |
| Binary | 110010 | 1011110 | 1111000 | 111010 | 10110 | 0 | 110101 | 11001010 | 101001 | 100001 |
Color Harmonies of #325E78
Complementary color
Monochromatic Colors of #325E78
Black with #325E78
Text Example
Text Example
White with #325E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325E78; }
p { color: rgb(50,94,120); }
H1.HeaderClassName
{
color: #325E78;
}
.AnyTagClassName
{
color: #325E78;
}
</style>
background-color css
<style>
a { background-color: #325E78; }
a { background-color: rgb(50,94,120); }
div.DivClassName
{
background-color: #325E78;
}
.BgClassName
{
background-color: #325E78;
}
</style>
border-color css
<style>
span { border-color: #325E78; }
span { border-color: rgb(50,94,120); }
td.TdClassName
{
border-color: #325E78;
}
.TagClassName
{
border-color: #325E78;
}
</style>