Shades of Blumine #32626F
Tints of Blumine #32626F
RGB
CMYK
RGB Variations
Color information
#32626F (or 0x32626F) is known color: Blumine. HEX triplet: 32, 62 and 6F. RGB value is (50,98,111). Sum of RGB (Red+Green+Blue) = 50+98+111=259 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.31% from 259); Green value is 98 (38.67% from 255 or 37.84% from 259); Blue value is 111 (43.75% from 255 or 42.86% from 259); Max value from RGB is 111 - color contains mainly: blue. Hex color #32626F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32626F is #CD9D90. Grayscale: #555555. Windows color (decimal): -13475217 or 7299634. OLE color: 7299634.
HSL color Cylindrical-coordinate representation of color #32626F: hue angle of 192.79º 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 #32626F is Cyan = 0.55, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 50 | 98 | 111 | - |
| CMYK | 0.55 | 0.12 | 0 | 0.56 |
| HSL | 192.79º | 0.38% | 0.32% | - |
| HSV(B) | 192.79º | 0.55% | 0.44% | - |
| XYZ | 8.55 | 10.56 | 16.63 | - |
| YUV | 85.13 | 142.6 | 102.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 98 | 111 | 0.55 | 0.12 | 0 | 0.56 | 192.79 | 0.38 | 0.32 |
| Hex | 32 | 62 | 6F | 37 | C | 0 | 38 | C1 | 26 | 20 |
| Octal | 62 | 142 | 157 | 67 | 14 | 0 | 70 | 301 | 46 | 40 |
| Binary | 110010 | 1100010 | 1101111 | 110111 | 1100 | 0 | 111000 | 11000001 | 100110 | 100000 |
Color Harmonies of #32626F
Complementary color
Monochromatic Colors of #32626F
Black with #32626F
Text Example
Text Example
White with #32626F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32626F; }
p { color: rgb(50,98,111); }
H1.HeaderClassName
{
color: #32626F;
}
.AnyTagClassName
{
color: #32626F;
}
</style>
background-color css
<style>
a { background-color: #32626F; }
a { background-color: rgb(50,98,111); }
div.DivClassName
{
background-color: #32626F;
}
.BgClassName
{
background-color: #32626F;
}
</style>
border-color css
<style>
span { border-color: #32626F; }
span { border-color: rgb(50,98,111); }
td.TdClassName
{
border-color: #32626F;
}
.TagClassName
{
border-color: #32626F;
}
</style>