Shades of Blumine #326075
Tints of Blumine #326075
RGB
CMYK
RGB Variations
Color information
#326075 (or 0x326075) is known color: Blumine. HEX triplet: 32, 60 and 75. RGB value is (50,96,117). Sum of RGB (Red+Green+Blue) = 50+96+117=263 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.01% from 263); Green value is 96 (37.89% from 255 or 36.50% from 263); Blue value is 117 (46.09% from 255 or 44.49% from 263); Max value from RGB is 117 - color contains mainly: blue. Hex color #326075 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326075 is #CD9F8A. Grayscale: #545454. Windows color (decimal): -13475723 or 7692338. OLE color: 7692338.
HSL color Cylindrical-coordinate representation of color #326075: hue angle of 198.81º 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 #326075 is Cyan = 0.57, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 50 | 96 | 117 | - |
| CMYK | 0.57 | 0.18 | 0 | 0.54 |
| HSL | 198.81º | 0.4% | 0.33% | - |
| HSV(B) | 198.81º | 0.57% | 0.46% | - |
| XYZ | 8.71 | 10.33 | 18.36 | - |
| YUV | 84.64 | 146.26 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 96 | 117 | 0.57 | 0.18 | 0 | 0.54 | 198.81 | 0.4 | 0.33 |
| Hex | 32 | 60 | 75 | 39 | 12 | 0 | 36 | C7 | 28 | 21 |
| Octal | 62 | 140 | 165 | 71 | 22 | 0 | 66 | 307 | 50 | 41 |
| Binary | 110010 | 1100000 | 1110101 | 111001 | 10010 | 0 | 110110 | 11000111 | 101000 | 100001 |
Color Harmonies of #326075
Complementary color
Monochromatic Colors of #326075
Black with #326075
Text Example
Text Example
White with #326075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326075; }
p { color: rgb(50,96,117); }
H1.HeaderClassName
{
color: #326075;
}
.AnyTagClassName
{
color: #326075;
}
</style>
background-color css
<style>
a { background-color: #326075; }
a { background-color: rgb(50,96,117); }
div.DivClassName
{
background-color: #326075;
}
.BgClassName
{
background-color: #326075;
}
</style>
border-color css
<style>
span { border-color: #326075; }
span { border-color: rgb(50,96,117); }
td.TdClassName
{
border-color: #326075;
}
.TagClassName
{
border-color: #326075;
}
</style>