Shades of Blumine #326169
Tints of Blumine #326169
RGB
CMYK
RGB Variations
Color information
#326169 (or 0x326169) is known color: Blumine. HEX triplet: 32, 61 and 69. RGB value is (50,97,105). Sum of RGB (Red+Green+Blue) = 50+97+105=252 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.84% from 252); Green value is 97 (38.28% from 255 or 38.49% from 252); Blue value is 105 (41.41% from 255 or 41.67% from 252); Max value from RGB is 105 - color contains mainly: blue. Hex color #326169 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326169 is #CD9E96. Grayscale: #535353. Windows color (decimal): -13475479 or 6906162. OLE color: 6906162.
HSL color Cylindrical-coordinate representation of color #326169: hue angle of 188.73º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #326169 is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 50 | 97 | 105 | - |
| CMYK | 0.52 | 0.08 | 0 | 0.59 |
| HSL | 188.73º | 0.35% | 0.3% | - |
| HSV(B) | 188.73º | 0.52% | 0.41% | - |
| XYZ | 8.14 | 10.25 | 14.91 | - |
| YUV | 83.86 | 139.93 | 103.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 97 | 105 | 0.52 | 0.08 | 0 | 0.59 | 188.73 | 0.35 | 0.3 |
| Hex | 32 | 61 | 69 | 34 | 8 | 0 | 3B | BD | 23 | 1E |
| Octal | 62 | 141 | 151 | 64 | 10 | 0 | 73 | 275 | 43 | 36 |
| Binary | 110010 | 1100001 | 1101001 | 110100 | 1000 | 0 | 111011 | 10111101 | 100011 | 11110 |
Color Harmonies of #326169
Complementary color
Monochromatic Colors of #326169
Black with #326169
Text Example
Text Example
White with #326169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326169; }
p { color: rgb(50,97,105); }
H1.HeaderClassName
{
color: #326169;
}
.AnyTagClassName
{
color: #326169;
}
</style>
background-color css
<style>
a { background-color: #326169; }
a { background-color: rgb(50,97,105); }
div.DivClassName
{
background-color: #326169;
}
.BgClassName
{
background-color: #326169;
}
</style>
border-color css
<style>
span { border-color: #326169; }
span { border-color: rgb(50,97,105); }
td.TdClassName
{
border-color: #326169;
}
.TagClassName
{
border-color: #326169;
}
</style>