Shades of Blumine #32616E
Tints of Blumine #32616E
RGB
CMYK
RGB Variations
Color information
#32616E (or 0x32616E) is known color: Blumine. HEX triplet: 32, 61 and 6E. RGB value is (50,97,110). Sum of RGB (Red+Green+Blue) = 50+97+110=257 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.46% from 257); Green value is 97 (38.28% from 255 or 37.74% from 257); Blue value is 110 (43.36% from 255 or 42.80% from 257); Max value from RGB is 110 - color contains mainly: blue. Hex color #32616E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32616E is #CD9E91. Grayscale: #545454. Windows color (decimal): -13475474 or 7233842. OLE color: 7233842.
HSL color Cylindrical-coordinate representation of color #32616E: hue angle of 193º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #32616E is Cyan = 0.55, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 50 | 97 | 110 | - |
| CMYK | 0.55 | 0.12 | 0 | 0.57 |
| HSL | 193º | 0.38% | 0.31% | - |
| HSV(B) | 193º | 0.55% | 0.43% | - |
| XYZ | 8.4 | 10.35 | 16.31 | - |
| YUV | 84.43 | 142.43 | 103.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 97 | 110 | 0.55 | 0.12 | 0 | 0.57 | 193 | 0.38 | 0.31 |
| Hex | 32 | 61 | 6E | 37 | C | 0 | 39 | C1 | 26 | 1F |
| Octal | 62 | 141 | 156 | 67 | 14 | 0 | 71 | 301 | 46 | 37 |
| Binary | 110010 | 1100001 | 1101110 | 110111 | 1100 | 0 | 111001 | 11000001 | 100110 | 11111 |
Color Harmonies of #32616E
Complementary color
Monochromatic Colors of #32616E
Black with #32616E
Text Example
Text Example
White with #32616E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32616E; }
p { color: rgb(50,97,110); }
H1.HeaderClassName
{
color: #32616E;
}
.AnyTagClassName
{
color: #32616E;
}
</style>
background-color css
<style>
a { background-color: #32616E; }
a { background-color: rgb(50,97,110); }
div.DivClassName
{
background-color: #32616E;
}
.BgClassName
{
background-color: #32616E;
}
</style>
border-color css
<style>
span { border-color: #32616E; }
span { border-color: rgb(50,97,110); }
td.TdClassName
{
border-color: #32616E;
}
.TagClassName
{
border-color: #32616E;
}
</style>