Shades of Blumine #326575
Tints of Blumine #326575
RGB
CMYK
RGB Variations
Color information
#326575 (or 0x326575) is known color: Blumine. HEX triplet: 32, 65 and 75. RGB value is (50,101,117). Sum of RGB (Red+Green+Blue) = 50+101+117=268 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.66% from 268); Green value is 101 (39.84% from 255 or 37.69% from 268); Blue value is 117 (46.09% from 255 or 43.66% from 268); Max value from RGB is 117 - color contains mainly: blue. Hex color #326575 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326575 is #CD9A8A. Grayscale: #575757. Windows color (decimal): -13474443 or 7693618. OLE color: 7693618.
HSL color Cylindrical-coordinate representation of color #326575: hue angle of 194.33º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #326575 is Cyan = 0.57, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 50 | 101 | 117 | - |
| CMYK | 0.57 | 0.14 | 0 | 0.54 |
| HSL | 194.33º | 0.4% | 0.33% | - |
| HSV(B) | 194.33º | 0.57% | 0.46% | - |
| XYZ | 9.18 | 11.27 | 18.52 | - |
| YUV | 87.58 | 144.6 | 101.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 101 | 117 | 0.57 | 0.14 | 0 | 0.54 | 194.33 | 0.4 | 0.33 |
| Hex | 32 | 65 | 75 | 39 | E | 0 | 36 | C2 | 28 | 21 |
| Octal | 62 | 145 | 165 | 71 | 16 | 0 | 66 | 302 | 50 | 41 |
| Binary | 110010 | 1100101 | 1110101 | 111001 | 1110 | 0 | 110110 | 11000010 | 101000 | 100001 |
Color Harmonies of #326575
Complementary color
Monochromatic Colors of #326575
Black with #326575
Text Example
Text Example
White with #326575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326575; }
p { color: rgb(50,101,117); }
H1.HeaderClassName
{
color: #326575;
}
.AnyTagClassName
{
color: #326575;
}
</style>
background-color css
<style>
a { background-color: #326575; }
a { background-color: rgb(50,101,117); }
div.DivClassName
{
background-color: #326575;
}
.BgClassName
{
background-color: #326575;
}
</style>
border-color css
<style>
span { border-color: #326575; }
span { border-color: rgb(50,101,117); }
td.TdClassName
{
border-color: #326575;
}
.TagClassName
{
border-color: #326575;
}
</style>