Shades of Blumine #32646D
Tints of Blumine #32646D
RGB
CMYK
RGB Variations
Color information
#32646D (or 0x32646D) is known color: Blumine. HEX triplet: 32, 64 and 6D. RGB value is (50,100,109). Sum of RGB (Red+Green+Blue) = 50+100+109=259 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.31% from 259); Green value is 100 (39.45% from 255 or 38.61% from 259); Blue value is 109 (42.97% from 255 or 42.08% from 259); Max value from RGB is 109 - color contains mainly: blue. Hex color #32646D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32646D is #CD9B92. Grayscale: #555555. Windows color (decimal): -13474707 or 7169074. OLE color: 7169074.
HSL color Cylindrical-coordinate representation of color #32646D: hue angle of 189.15º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #32646D is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 50 | 100 | 109 | - |
| CMYK | 0.54 | 0.08 | 0 | 0.57 |
| HSL | 189.15º | 0.37% | 0.31% | - |
| HSV(B) | 189.15º | 0.54% | 0.43% | - |
| XYZ | 8.63 | 10.9 | 16.12 | - |
| YUV | 86.08 | 140.94 | 102.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 100 | 109 | 0.54 | 0.08 | 0 | 0.57 | 189.15 | 0.37 | 0.31 |
| Hex | 32 | 64 | 6D | 36 | 8 | 0 | 39 | BD | 25 | 1F |
| Octal | 62 | 144 | 155 | 66 | 10 | 0 | 71 | 275 | 45 | 37 |
| Binary | 110010 | 1100100 | 1101101 | 110110 | 1000 | 0 | 111001 | 10111101 | 100101 | 11111 |
Color Harmonies of #32646D
Complementary color
Monochromatic Colors of #32646D
Black with #32646D
Text Example
Text Example
White with #32646D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32646D; }
p { color: rgb(50,100,109); }
H1.HeaderClassName
{
color: #32646D;
}
.AnyTagClassName
{
color: #32646D;
}
</style>
background-color css
<style>
a { background-color: #32646D; }
a { background-color: rgb(50,100,109); }
div.DivClassName
{
background-color: #32646D;
}
.BgClassName
{
background-color: #32646D;
}
</style>
border-color css
<style>
span { border-color: #32646D; }
span { border-color: rgb(50,100,109); }
td.TdClassName
{
border-color: #32646D;
}
.TagClassName
{
border-color: #32646D;
}
</style>