Shades of Blumine #32676F
Tints of Blumine #32676F
RGB
CMYK
RGB Variations
Color information
#32676F (or 0x32676F) is known color: Blumine. HEX triplet: 32, 67 and 6F. RGB value is (50,103,111). Sum of RGB (Red+Green+Blue) = 50+103+111=264 (34% of max value = 765). Red value is 50 (19.92% from 255 or 18.94% from 264); Green value is 103 (40.62% from 255 or 39.02% from 264); Blue value is 111 (43.75% from 255 or 42.05% from 264); Max value from RGB is 111 - color contains mainly: blue. Hex color #32676F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32676F is #CD9890. Grayscale: #575757. Windows color (decimal): -13473937 or 7300914. OLE color: 7300914.
HSL color Cylindrical-coordinate representation of color #32676F: hue angle of 187.87º 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 #32676F is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 50 | 103 | 111 | - |
| CMYK | 0.55 | 0.07 | 0 | 0.56 |
| HSL | 187.87º | 0.38% | 0.32% | - |
| HSV(B) | 187.87º | 0.55% | 0.44% | - |
| XYZ | 9.03 | 11.53 | 16.79 | - |
| YUV | 88.07 | 140.94 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 103 | 111 | 0.55 | 0.07 | 0 | 0.56 | 187.87 | 0.38 | 0.32 |
| Hex | 32 | 67 | 6F | 37 | 7 | 0 | 38 | BC | 26 | 20 |
| Octal | 62 | 147 | 157 | 67 | 7 | 0 | 70 | 274 | 46 | 40 |
| Binary | 110010 | 1100111 | 1101111 | 110111 | 111 | 0 | 111000 | 10111100 | 100110 | 100000 |
Color Harmonies of #32676F
Complementary color
Monochromatic Colors of #32676F
Black with #32676F
Text Example
Text Example
White with #32676F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32676F; }
p { color: rgb(50,103,111); }
H1.HeaderClassName
{
color: #32676F;
}
.AnyTagClassName
{
color: #32676F;
}
</style>
background-color css
<style>
a { background-color: #32676F; }
a { background-color: rgb(50,103,111); }
div.DivClassName
{
background-color: #32676F;
}
.BgClassName
{
background-color: #32676F;
}
</style>
border-color css
<style>
span { border-color: #32676F; }
span { border-color: rgb(50,103,111); }
td.TdClassName
{
border-color: #32676F;
}
.TagClassName
{
border-color: #32676F;
}
</style>