Shades of Blumine #32616B
Tints of Blumine #32616B
RGB
CMYK
RGB Variations
Color information
#32616B (or 0x32616B) is known color: Blumine. HEX triplet: 32, 61 and 6B. RGB value is (50,97,107). Sum of RGB (Red+Green+Blue) = 50+97+107=254 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.69% from 254); Green value is 97 (38.28% from 255 or 38.19% from 254); Blue value is 107 (42.19% from 255 or 42.13% from 254); Max value from RGB is 107 - color contains mainly: blue. Hex color #32616B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32616B is #CD9E94. Grayscale: #535353. Windows color (decimal): -13475477 or 7037234. OLE color: 7037234.
HSL color Cylindrical-coordinate representation of color #32616B: hue angle of 190.53º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #32616B is Cyan = 0.53, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 50 | 97 | 107 | - |
| CMYK | 0.53 | 0.09 | 0 | 0.58 |
| HSL | 190.53º | 0.36% | 0.31% | - |
| HSV(B) | 190.53º | 0.53% | 0.42% | - |
| XYZ | 8.24 | 10.29 | 15.46 | - |
| YUV | 84.09 | 140.93 | 103.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 97 | 107 | 0.53 | 0.09 | 0 | 0.58 | 190.53 | 0.36 | 0.31 |
| Hex | 32 | 61 | 6B | 35 | 9 | 0 | 3A | BF | 24 | 1F |
| Octal | 62 | 141 | 153 | 65 | 11 | 0 | 72 | 277 | 44 | 37 |
| Binary | 110010 | 1100001 | 1101011 | 110101 | 1001 | 0 | 111010 | 10111111 | 100100 | 11111 |
Color Harmonies of #32616B
Complementary color
Monochromatic Colors of #32616B
Black with #32616B
Text Example
Text Example
White with #32616B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32616B; }
p { color: rgb(50,97,107); }
H1.HeaderClassName
{
color: #32616B;
}
.AnyTagClassName
{
color: #32616B;
}
</style>
background-color css
<style>
a { background-color: #32616B; }
a { background-color: rgb(50,97,107); }
div.DivClassName
{
background-color: #32616B;
}
.BgClassName
{
background-color: #32616B;
}
</style>
border-color css
<style>
span { border-color: #32616B; }
span { border-color: rgb(50,97,107); }
td.TdClassName
{
border-color: #32616B;
}
.TagClassName
{
border-color: #32616B;
}
</style>