Shades of Blumine #32636F
Tints of Blumine #32636F
RGB
CMYK
RGB Variations
Color information
#32636F (or 0x32636F) is known color: Blumine. HEX triplet: 32, 63 and 6F. RGB value is (50,99,111). Sum of RGB (Red+Green+Blue) = 50+99+111=260 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.23% from 260); Green value is 99 (39.06% from 255 or 38.08% from 260); Blue value is 111 (43.75% from 255 or 42.69% from 260); Max value from RGB is 111 - color contains mainly: blue. Hex color #32636F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32636F is #CD9C90. Grayscale: #555555. Windows color (decimal): -13474961 or 7299890. OLE color: 7299890.
HSL color Cylindrical-coordinate representation of color #32636F: hue angle of 191.8º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #32636F is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 50 | 99 | 111 | - |
| CMYK | 0.55 | 0.11 | 0 | 0.56 |
| HSL | 191.8º | 0.38% | 0.32% | - |
| HSV(B) | 191.8º | 0.55% | 0.44% | - |
| XYZ | 8.65 | 10.75 | 16.66 | - |
| YUV | 85.72 | 142.27 | 102.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 99 | 111 | 0.55 | 0.11 | 0 | 0.56 | 191.8 | 0.38 | 0.32 |
| Hex | 32 | 63 | 6F | 37 | B | 0 | 38 | C0 | 26 | 20 |
| Octal | 62 | 143 | 157 | 67 | 13 | 0 | 70 | 300 | 46 | 40 |
| Binary | 110010 | 1100011 | 1101111 | 110111 | 1011 | 0 | 111000 | 11000000 | 100110 | 100000 |
Color Harmonies of #32636F
Complementary color
Monochromatic Colors of #32636F
Black with #32636F
Text Example
Text Example
White with #32636F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32636F; }
p { color: rgb(50,99,111); }
H1.HeaderClassName
{
color: #32636F;
}
.AnyTagClassName
{
color: #32636F;
}
</style>
background-color css
<style>
a { background-color: #32636F; }
a { background-color: rgb(50,99,111); }
div.DivClassName
{
background-color: #32636F;
}
.BgClassName
{
background-color: #32636F;
}
</style>
border-color css
<style>
span { border-color: #32636F; }
span { border-color: rgb(50,99,111); }
td.TdClassName
{
border-color: #32636F;
}
.TagClassName
{
border-color: #32636F;
}
</style>