Shades of Blumine #326174
Tints of Blumine #326174
RGB
CMYK
RGB Variations
Color information
#326174 (or 0x326174) is known color: Blumine. HEX triplet: 32, 61 and 74. RGB value is (50,97,116). Sum of RGB (Red+Green+Blue) = 50+97+116=263 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.01% from 263); Green value is 97 (38.28% from 255 or 36.88% from 263); Blue value is 116 (45.70% from 255 or 44.11% from 263); Max value from RGB is 116 - color contains mainly: blue. Hex color #326174 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326174 is #CD9E8B. Grayscale: #545454. Windows color (decimal): -13475468 or 7627058. OLE color: 7627058.
HSL color Cylindrical-coordinate representation of color #326174: hue angle of 197.27º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #326174 is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 50 | 97 | 116 | - |
| CMYK | 0.57 | 0.16 | 0 | 0.55 |
| HSL | 197.27º | 0.4% | 0.33% | - |
| HSV(B) | 197.27º | 0.57% | 0.45% | - |
| XYZ | 8.74 | 10.49 | 18.09 | - |
| YUV | 85.11 | 145.43 | 102.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 97 | 116 | 0.57 | 0.16 | 0 | 0.55 | 197.27 | 0.4 | 0.33 |
| Hex | 32 | 61 | 74 | 39 | 10 | 0 | 37 | C5 | 28 | 21 |
| Octal | 62 | 141 | 164 | 71 | 20 | 0 | 67 | 305 | 50 | 41 |
| Binary | 110010 | 1100001 | 1110100 | 111001 | 10000 | 0 | 110111 | 11000101 | 101000 | 100001 |
Color Harmonies of #326174
Complementary color
Monochromatic Colors of #326174
Black with #326174
Text Example
Text Example
White with #326174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326174; }
p { color: rgb(50,97,116); }
H1.HeaderClassName
{
color: #326174;
}
.AnyTagClassName
{
color: #326174;
}
</style>
background-color css
<style>
a { background-color: #326174; }
a { background-color: rgb(50,97,116); }
div.DivClassName
{
background-color: #326174;
}
.BgClassName
{
background-color: #326174;
}
</style>
border-color css
<style>
span { border-color: #326174; }
span { border-color: rgb(50,97,116); }
td.TdClassName
{
border-color: #326174;
}
.TagClassName
{
border-color: #326174;
}
</style>