Shades of Blumine #325F73
Tints of Blumine #325F73
RGB
CMYK
RGB Variations
Color information
#325F73 (or 0x325F73) is known color: Blumine. HEX triplet: 32, 5F and 73. RGB value is (50,95,115). Sum of RGB (Red+Green+Blue) = 50+95+115=260 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.23% from 260); Green value is 95 (37.5% from 255 or 36.54% from 260); Blue value is 115 (45.31% from 255 or 44.23% from 260); Max value from RGB is 115 - color contains mainly: blue. Hex color #325F73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325F73 is #CDA08C. Grayscale: #535353. Windows color (decimal): -13475981 or 7561010. OLE color: 7561010.
HSL color Cylindrical-coordinate representation of color #325F73: hue angle of 198.46º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #325F73 is Cyan = 0.57, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 50 | 95 | 115 | - |
| CMYK | 0.57 | 0.17 | 0 | 0.55 |
| HSL | 198.46º | 0.39% | 0.32% | - |
| HSV(B) | 198.46º | 0.57% | 0.45% | - |
| XYZ | 8.5 | 10.1 | 17.72 | - |
| YUV | 83.83 | 145.59 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 95 | 115 | 0.57 | 0.17 | 0 | 0.55 | 198.46 | 0.39 | 0.32 |
| Hex | 32 | 5F | 73 | 39 | 11 | 0 | 37 | C6 | 27 | 20 |
| Octal | 62 | 137 | 163 | 71 | 21 | 0 | 67 | 306 | 47 | 40 |
| Binary | 110010 | 1011111 | 1110011 | 111001 | 10001 | 0 | 110111 | 11000110 | 100111 | 100000 |
Color Harmonies of #325F73
Complementary color
Monochromatic Colors of #325F73
Black with #325F73
Text Example
Text Example
White with #325F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325F73; }
p { color: rgb(50,95,115); }
H1.HeaderClassName
{
color: #325F73;
}
.AnyTagClassName
{
color: #325F73;
}
</style>
background-color css
<style>
a { background-color: #325F73; }
a { background-color: rgb(50,95,115); }
div.DivClassName
{
background-color: #325F73;
}
.BgClassName
{
background-color: #325F73;
}
</style>
border-color css
<style>
span { border-color: #325F73; }
span { border-color: rgb(50,95,115); }
td.TdClassName
{
border-color: #325F73;
}
.TagClassName
{
border-color: #325F73;
}
</style>