Shades of Blumine #32646C
Tints of Blumine #32646C
RGB
CMYK
RGB Variations
Color information
#32646C (or 0x32646C) is known color: Blumine. HEX triplet: 32, 64 and 6C. RGB value is (50,100,108). Sum of RGB (Red+Green+Blue) = 50+100+108=258 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.38% from 258); Green value is 100 (39.45% from 255 or 38.76% from 258); Blue value is 108 (42.58% from 255 or 41.86% from 258); Max value from RGB is 108 - color contains mainly: blue. Hex color #32646C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32646C is #CD9B93. Grayscale: #555555. Windows color (decimal): -13474708 or 7103538. OLE color: 7103538.
HSL color Cylindrical-coordinate representation of color #32646C: hue angle of 188.28º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #32646C is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 50 | 100 | 108 | - |
| CMYK | 0.54 | 0.07 | 0 | 0.58 |
| HSL | 188.28º | 0.37% | 0.31% | - |
| HSV(B) | 188.28º | 0.54% | 0.42% | - |
| XYZ | 8.58 | 10.88 | 15.83 | - |
| YUV | 85.96 | 140.44 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 100 | 108 | 0.54 | 0.07 | 0 | 0.58 | 188.28 | 0.37 | 0.31 |
| Hex | 32 | 64 | 6C | 36 | 7 | 0 | 3A | BC | 25 | 1F |
| Octal | 62 | 144 | 154 | 66 | 7 | 0 | 72 | 274 | 45 | 37 |
| Binary | 110010 | 1100100 | 1101100 | 110110 | 111 | 0 | 111010 | 10111100 | 100101 | 11111 |
Color Harmonies of #32646C
Complementary color
Monochromatic Colors of #32646C
Black with #32646C
Text Example
Text Example
White with #32646C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32646C; }
p { color: rgb(50,100,108); }
H1.HeaderClassName
{
color: #32646C;
}
.AnyTagClassName
{
color: #32646C;
}
</style>
background-color css
<style>
a { background-color: #32646C; }
a { background-color: rgb(50,100,108); }
div.DivClassName
{
background-color: #32646C;
}
.BgClassName
{
background-color: #32646C;
}
</style>
border-color css
<style>
span { border-color: #32646C; }
span { border-color: rgb(50,100,108); }
td.TdClassName
{
border-color: #32646C;
}
.TagClassName
{
border-color: #32646C;
}
</style>