Shades of Blumine #32666D
Tints of Blumine #32666D
RGB
CMYK
RGB Variations
Color information
#32666D (or 0x32666D) is known color: Blumine. HEX triplet: 32, 66 and 6D. RGB value is (50,102,109). Sum of RGB (Red+Green+Blue) = 50+102+109=261 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.16% from 261); Green value is 102 (40.23% from 255 or 39.08% from 261); Blue value is 109 (42.97% from 255 or 41.76% from 261); Max value from RGB is 109 - color contains mainly: blue. Hex color #32666D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32666D is #CD9992. Grayscale: #575757. Windows color (decimal): -13474195 or 7169586. OLE color: 7169586.
HSL color Cylindrical-coordinate representation of color #32666D: hue angle of 187.12º 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 #32666D is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 50 | 102 | 109 | - |
| CMYK | 0.54 | 0.06 | 0 | 0.57 |
| HSL | 187.12º | 0.37% | 0.31% | - |
| HSV(B) | 187.12º | 0.54% | 0.43% | - |
| XYZ | 8.83 | 11.28 | 16.18 | - |
| YUV | 87.25 | 140.27 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 102 | 109 | 0.54 | 0.06 | 0 | 0.57 | 187.12 | 0.37 | 0.31 |
| Hex | 32 | 66 | 6D | 36 | 6 | 0 | 39 | BB | 25 | 1F |
| Octal | 62 | 146 | 155 | 66 | 6 | 0 | 71 | 273 | 45 | 37 |
| Binary | 110010 | 1100110 | 1101101 | 110110 | 110 | 0 | 111001 | 10111011 | 100101 | 11111 |
Color Harmonies of #32666D
Complementary color
Monochromatic Colors of #32666D
Black with #32666D
Text Example
Text Example
White with #32666D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32666D; }
p { color: rgb(50,102,109); }
H1.HeaderClassName
{
color: #32666D;
}
.AnyTagClassName
{
color: #32666D;
}
</style>
background-color css
<style>
a { background-color: #32666D; }
a { background-color: rgb(50,102,109); }
div.DivClassName
{
background-color: #32666D;
}
.BgClassName
{
background-color: #32666D;
}
</style>
border-color css
<style>
span { border-color: #32666D; }
span { border-color: rgb(50,102,109); }
td.TdClassName
{
border-color: #32666D;
}
.TagClassName
{
border-color: #32666D;
}
</style>