Shades of Blumine #32646A
Tints of Blumine #32646A
RGB
CMYK
RGB Variations
Color information
#32646A (or 0x32646A) is known color: Blumine. HEX triplet: 32, 64 and 6A. RGB value is (50,100,106). Sum of RGB (Red+Green+Blue) = 50+100+106=256 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.53% from 256); Green value is 100 (39.45% from 255 or 39.06% from 256); Blue value is 106 (41.80% from 255 or 41.41% from 256); Max value from RGB is 106 - color contains mainly: blue. Hex color #32646A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32646A is #CD9B95. Grayscale: #555555. Windows color (decimal): -13474710 or 6972466. OLE color: 6972466.
HSL color Cylindrical-coordinate representation of color #32646A: hue angle of 186.43º 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 #32646A is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 50 | 100 | 106 | - |
| CMYK | 0.53 | 0.06 | 0 | 0.58 |
| HSL | 186.43º | 0.36% | 0.31% | - |
| HSV(B) | 186.43º | 0.53% | 0.42% | - |
| XYZ | 8.47 | 10.83 | 15.28 | - |
| YUV | 85.73 | 139.44 | 102.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 100 | 106 | 0.53 | 0.06 | 0 | 0.58 | 186.43 | 0.36 | 0.31 |
| Hex | 32 | 64 | 6A | 35 | 6 | 0 | 3A | BA | 24 | 1F |
| Octal | 62 | 144 | 152 | 65 | 6 | 0 | 72 | 272 | 44 | 37 |
| Binary | 110010 | 1100100 | 1101010 | 110101 | 110 | 0 | 111010 | 10111010 | 100100 | 11111 |
Color Harmonies of #32646A
Complementary color
Monochromatic Colors of #32646A
Black with #32646A
Text Example
Text Example
White with #32646A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32646A; }
p { color: rgb(50,100,106); }
H1.HeaderClassName
{
color: #32646A;
}
.AnyTagClassName
{
color: #32646A;
}
</style>
background-color css
<style>
a { background-color: #32646A; }
a { background-color: rgb(50,100,106); }
div.DivClassName
{
background-color: #32646A;
}
.BgClassName
{
background-color: #32646A;
}
</style>
border-color css
<style>
span { border-color: #32646A; }
span { border-color: rgb(50,100,106); }
td.TdClassName
{
border-color: #32646A;
}
.TagClassName
{
border-color: #32646A;
}
</style>