Shades of Blumine #32606C
Tints of Blumine #32606C
RGB
CMYK
RGB Variations
Color information
#32606C (or 0x32606C) is known color: Blumine. HEX triplet: 32, 60 and 6C. RGB value is (50,96,108). Sum of RGB (Red+Green+Blue) = 50+96+108=254 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.69% from 254); Green value is 96 (37.89% from 255 or 37.80% from 254); Blue value is 108 (42.58% from 255 or 42.52% from 254); Max value from RGB is 108 - color contains mainly: blue. Hex color #32606C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32606C is #CD9F93. Grayscale: #535353. Windows color (decimal): -13475732 or 7102514. OLE color: 7102514.
HSL color Cylindrical-coordinate representation of color #32606C: hue angle of 192.41º 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 #32606C is Cyan = 0.54, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 50 | 96 | 108 | - |
| CMYK | 0.54 | 0.11 | 0 | 0.58 |
| HSL | 192.41º | 0.37% | 0.31% | - |
| HSV(B) | 192.41º | 0.54% | 0.42% | - |
| XYZ | 8.21 | 10.13 | 15.71 | - |
| YUV | 83.61 | 141.76 | 104.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 96 | 108 | 0.54 | 0.11 | 0 | 0.58 | 192.41 | 0.37 | 0.31 |
| Hex | 32 | 60 | 6C | 36 | B | 0 | 3A | C0 | 25 | 1F |
| Octal | 62 | 140 | 154 | 66 | 13 | 0 | 72 | 300 | 45 | 37 |
| Binary | 110010 | 1100000 | 1101100 | 110110 | 1011 | 0 | 111010 | 11000000 | 100101 | 11111 |
Color Harmonies of #32606C
Complementary color
Monochromatic Colors of #32606C
Black with #32606C
Text Example
Text Example
White with #32606C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32606C; }
p { color: rgb(50,96,108); }
H1.HeaderClassName
{
color: #32606C;
}
.AnyTagClassName
{
color: #32606C;
}
</style>
background-color css
<style>
a { background-color: #32606C; }
a { background-color: rgb(50,96,108); }
div.DivClassName
{
background-color: #32606C;
}
.BgClassName
{
background-color: #32606C;
}
</style>
border-color css
<style>
span { border-color: #32606C; }
span { border-color: rgb(50,96,108); }
td.TdClassName
{
border-color: #32606C;
}
.TagClassName
{
border-color: #32606C;
}
</style>