Shades of Blumine #32666C
Tints of Blumine #32666C
RGB
CMYK
RGB Variations
Color information
#32666C (or 0x32666C) is known color: Blumine. HEX triplet: 32, 66 and 6C. RGB value is (50,102,108). Sum of RGB (Red+Green+Blue) = 50+102+108=260 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.23% from 260); Green value is 102 (40.23% from 255 or 39.23% from 260); Blue value is 108 (42.58% from 255 or 41.54% from 260); Max value from RGB is 108 - color contains mainly: blue. Hex color #32666C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32666C is #CD9993. Grayscale: #575757. Windows color (decimal): -13474196 or 7104050. OLE color: 7104050.
HSL color Cylindrical-coordinate representation of color #32666C: hue angle of 186.21º 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 #32666C is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 50 | 102 | 108 | - |
| CMYK | 0.54 | 0.06 | 0 | 0.58 |
| HSL | 186.21º | 0.37% | 0.31% | - |
| HSV(B) | 186.21º | 0.54% | 0.42% | - |
| XYZ | 8.77 | 11.26 | 15.9 | - |
| YUV | 87.14 | 139.77 | 101.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 102 | 108 | 0.54 | 0.06 | 0 | 0.58 | 186.21 | 0.37 | 0.31 |
| Hex | 32 | 66 | 6C | 36 | 6 | 0 | 3A | BA | 25 | 1F |
| Octal | 62 | 146 | 154 | 66 | 6 | 0 | 72 | 272 | 45 | 37 |
| Binary | 110010 | 1100110 | 1101100 | 110110 | 110 | 0 | 111010 | 10111010 | 100101 | 11111 |
Color Harmonies of #32666C
Complementary color
Monochromatic Colors of #32666C
Black with #32666C
Text Example
Text Example
White with #32666C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32666C; }
p { color: rgb(50,102,108); }
H1.HeaderClassName
{
color: #32666C;
}
.AnyTagClassName
{
color: #32666C;
}
</style>
background-color css
<style>
a { background-color: #32666C; }
a { background-color: rgb(50,102,108); }
div.DivClassName
{
background-color: #32666C;
}
.BgClassName
{
background-color: #32666C;
}
</style>
border-color css
<style>
span { border-color: #32666C; }
span { border-color: rgb(50,102,108); }
td.TdClassName
{
border-color: #32666C;
}
.TagClassName
{
border-color: #32666C;
}
</style>