Shades of Blumine #325E6F
Tints of Blumine #325E6F
RGB
CMYK
RGB Variations
Color information
#325E6F (or 0x325E6F) is known color: Blumine. HEX triplet: 32, 5E and 6F. RGB value is (50,94,111). Sum of RGB (Red+Green+Blue) = 50+94+111=255 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.61% from 255); Green value is 94 (37.11% from 255 or 36.86% from 255); Blue value is 111 (43.75% from 255 or 43.53% from 255); Max value from RGB is 111 - color contains mainly: blue. Hex color #325E6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325E6F is #CDA190. Grayscale: #525252. Windows color (decimal): -13476241 or 7298610. OLE color: 7298610.
HSL color Cylindrical-coordinate representation of color #325E6F: hue angle of 196.72º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #325E6F is Cyan = 0.55, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 50 | 94 | 111 | - |
| CMYK | 0.55 | 0.15 | 0 | 0.56 |
| HSL | 196.72º | 0.38% | 0.32% | - |
| HSV(B) | 196.72º | 0.55% | 0.44% | - |
| XYZ | 8.19 | 9.83 | 16.51 | - |
| YUV | 82.78 | 143.92 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 94 | 111 | 0.55 | 0.15 | 0 | 0.56 | 196.72 | 0.38 | 0.32 |
| Hex | 32 | 5E | 6F | 37 | F | 0 | 38 | C5 | 26 | 20 |
| Octal | 62 | 136 | 157 | 67 | 17 | 0 | 70 | 305 | 46 | 40 |
| Binary | 110010 | 1011110 | 1101111 | 110111 | 1111 | 0 | 111000 | 11000101 | 100110 | 100000 |
Color Harmonies of #325E6F
Complementary color
Monochromatic Colors of #325E6F
Black with #325E6F
Text Example
Text Example
White with #325E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325E6F; }
p { color: rgb(50,94,111); }
H1.HeaderClassName
{
color: #325E6F;
}
.AnyTagClassName
{
color: #325E6F;
}
</style>
background-color css
<style>
a { background-color: #325E6F; }
a { background-color: rgb(50,94,111); }
div.DivClassName
{
background-color: #325E6F;
}
.BgClassName
{
background-color: #325E6F;
}
</style>
border-color css
<style>
span { border-color: #325E6F; }
span { border-color: rgb(50,94,111); }
td.TdClassName
{
border-color: #325E6F;
}
.TagClassName
{
border-color: #325E6F;
}
</style>