Shades of Blumine #326068
Tints of Blumine #326068
RGB
CMYK
RGB Variations
Color information
#326068 (or 0x326068) is known color: Blumine. HEX triplet: 32, 60 and 68. RGB value is (50,96,104). Sum of RGB (Red+Green+Blue) = 50+96+104=250 (33% of max value = 765). Red value is 50 (19.92% from 255 or 20% from 250); Green value is 96 (37.89% from 255 or 38.4% from 250); Blue value is 104 (41.02% from 255 or 41.6% from 250); Max value from RGB is 104 - color contains mainly: blue. Hex color #326068 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326068 is #CD9F97. Grayscale: #535353. Windows color (decimal): -13475736 or 6840370. OLE color: 6840370.
HSL color Cylindrical-coordinate representation of color #326068: hue angle of 188.89º 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 #326068 is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 50 | 96 | 104 | - |
| CMYK | 0.52 | 0.08 | 0 | 0.59 |
| HSL | 188.89º | 0.35% | 0.3% | - |
| HSV(B) | 188.89º | 0.52% | 0.41% | - |
| XYZ | 8 | 10.04 | 14.61 | - |
| YUV | 83.16 | 139.76 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 96 | 104 | 0.52 | 0.08 | 0 | 0.59 | 188.89 | 0.35 | 0.3 |
| Hex | 32 | 60 | 68 | 34 | 8 | 0 | 3B | BD | 23 | 1E |
| Octal | 62 | 140 | 150 | 64 | 10 | 0 | 73 | 275 | 43 | 36 |
| Binary | 110010 | 1100000 | 1101000 | 110100 | 1000 | 0 | 111011 | 10111101 | 100011 | 11110 |
Color Harmonies of #326068
Complementary color
Monochromatic Colors of #326068
Black with #326068
Text Example
Text Example
White with #326068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326068; }
p { color: rgb(50,96,104); }
H1.HeaderClassName
{
color: #326068;
}
.AnyTagClassName
{
color: #326068;
}
</style>
background-color css
<style>
a { background-color: #326068; }
a { background-color: rgb(50,96,104); }
div.DivClassName
{
background-color: #326068;
}
.BgClassName
{
background-color: #326068;
}
</style>
border-color css
<style>
span { border-color: #326068; }
span { border-color: rgb(50,96,104); }
td.TdClassName
{
border-color: #326068;
}
.TagClassName
{
border-color: #326068;
}
</style>