Shades of Blumine #326A75
Tints of Blumine #326A75
RGB
CMYK
RGB Variations
Color information
#326A75 (or 0x326A75) is known color: Blumine. HEX triplet: 32, 6A and 75. RGB value is (50,106,117). Sum of RGB (Red+Green+Blue) = 50+106+117=273 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.32% from 273); Green value is 106 (41.80% from 255 or 38.83% from 273); Blue value is 117 (46.09% from 255 or 42.86% from 273); Max value from RGB is 117 - color contains mainly: blue. Hex color #326A75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326A75 is #CD958A. Grayscale: #5A5A5A. Windows color (decimal): -13473163 or 7694898. OLE color: 7694898.
HSL color Cylindrical-coordinate representation of color #326A75: hue angle of 189.85º 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 #326A75 is Cyan = 0.57, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 50 | 106 | 117 | - |
| CMYK | 0.57 | 0.09 | 0 | 0.54 |
| HSL | 189.85º | 0.4% | 0.33% | - |
| HSV(B) | 189.85º | 0.57% | 0.46% | - |
| XYZ | 9.68 | 12.27 | 18.69 | - |
| YUV | 90.51 | 142.95 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 106 | 117 | 0.57 | 0.09 | 0 | 0.54 | 189.85 | 0.4 | 0.33 |
| Hex | 32 | 6A | 75 | 39 | 9 | 0 | 36 | BE | 28 | 21 |
| Octal | 62 | 152 | 165 | 71 | 11 | 0 | 66 | 276 | 50 | 41 |
| Binary | 110010 | 1101010 | 1110101 | 111001 | 1001 | 0 | 110110 | 10111110 | 101000 | 100001 |
Color Harmonies of #326A75
Complementary color
Monochromatic Colors of #326A75
Black with #326A75
Text Example
Text Example
White with #326A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326A75; }
p { color: rgb(50,106,117); }
H1.HeaderClassName
{
color: #326A75;
}
.AnyTagClassName
{
color: #326A75;
}
</style>
background-color css
<style>
a { background-color: #326A75; }
a { background-color: rgb(50,106,117); }
div.DivClassName
{
background-color: #326A75;
}
.BgClassName
{
background-color: #326A75;
}
</style>
border-color css
<style>
span { border-color: #326A75; }
span { border-color: rgb(50,106,117); }
td.TdClassName
{
border-color: #326A75;
}
.TagClassName
{
border-color: #326A75;
}
</style>