Shades of Blumine #326069
Tints of Blumine #326069
RGB
CMYK
RGB Variations
Color information
#326069 (or 0x326069) is known color: Blumine. HEX triplet: 32, 60 and 69. RGB value is (50,96,105). Sum of RGB (Red+Green+Blue) = 50+96+105=251 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.92% from 251); Green value is 96 (37.89% from 255 or 38.25% from 251); Blue value is 105 (41.41% from 255 or 41.83% from 251); Max value from RGB is 105 - color contains mainly: blue. Hex color #326069 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326069 is #CD9F96. Grayscale: #535353. Windows color (decimal): -13475735 or 6905906. OLE color: 6905906.
HSL color Cylindrical-coordinate representation of color #326069: hue angle of 189.82º 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 #326069 is Cyan = 0.52, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 50 | 96 | 105 | - |
| CMYK | 0.52 | 0.09 | 0 | 0.59 |
| HSL | 189.82º | 0.35% | 0.3% | - |
| HSV(B) | 189.82º | 0.52% | 0.41% | - |
| XYZ | 8.05 | 10.06 | 14.88 | - |
| YUV | 83.27 | 140.26 | 104.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 96 | 105 | 0.52 | 0.09 | 0 | 0.59 | 189.82 | 0.35 | 0.3 |
| Hex | 32 | 60 | 69 | 34 | 9 | 0 | 3B | BE | 23 | 1E |
| Octal | 62 | 140 | 151 | 64 | 11 | 0 | 73 | 276 | 43 | 36 |
| Binary | 110010 | 1100000 | 1101001 | 110100 | 1001 | 0 | 111011 | 10111110 | 100011 | 11110 |
Color Harmonies of #326069
Complementary color
Monochromatic Colors of #326069
Black with #326069
Text Example
Text Example
White with #326069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326069; }
p { color: rgb(50,96,105); }
H1.HeaderClassName
{
color: #326069;
}
.AnyTagClassName
{
color: #326069;
}
</style>
background-color css
<style>
a { background-color: #326069; }
a { background-color: rgb(50,96,105); }
div.DivClassName
{
background-color: #326069;
}
.BgClassName
{
background-color: #326069;
}
</style>
border-color css
<style>
span { border-color: #326069; }
span { border-color: rgb(50,96,105); }
td.TdClassName
{
border-color: #326069;
}
.TagClassName
{
border-color: #326069;
}
</style>