Shades of Blumine #32636A
Tints of Blumine #32636A
RGB
CMYK
RGB Variations
Color information
#32636A (or 0x32636A) is known color: Blumine. HEX triplet: 32, 63 and 6A. RGB value is (50,99,106). Sum of RGB (Red+Green+Blue) = 50+99+106=255 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.61% from 255); Green value is 99 (39.06% from 255 or 38.82% from 255); Blue value is 106 (41.80% from 255 or 41.57% from 255); Max value from RGB is 106 - color contains mainly: blue. Hex color #32636A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32636A is #CD9C95. Grayscale: #555555. Windows color (decimal): -13474966 or 6972210. OLE color: 6972210.
HSL color Cylindrical-coordinate representation of color #32636A: hue angle of 187.5º 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 #32636A is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 50 | 99 | 106 | - |
| CMYK | 0.53 | 0.07 | 0 | 0.58 |
| HSL | 187.5º | 0.36% | 0.31% | - |
| HSV(B) | 187.5º | 0.53% | 0.42% | - |
| XYZ | 8.38 | 10.64 | 15.25 | - |
| YUV | 85.15 | 139.77 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 99 | 106 | 0.53 | 0.07 | 0 | 0.58 | 187.5 | 0.36 | 0.31 |
| Hex | 32 | 63 | 6A | 35 | 7 | 0 | 3A | BC | 24 | 1F |
| Octal | 62 | 143 | 152 | 65 | 7 | 0 | 72 | 274 | 44 | 37 |
| Binary | 110010 | 1100011 | 1101010 | 110101 | 111 | 0 | 111010 | 10111100 | 100100 | 11111 |
Color Harmonies of #32636A
Complementary color
Monochromatic Colors of #32636A
Black with #32636A
Text Example
Text Example
White with #32636A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32636A; }
p { color: rgb(50,99,106); }
H1.HeaderClassName
{
color: #32636A;
}
.AnyTagClassName
{
color: #32636A;
}
</style>
background-color css
<style>
a { background-color: #32636A; }
a { background-color: rgb(50,99,106); }
div.DivClassName
{
background-color: #32636A;
}
.BgClassName
{
background-color: #32636A;
}
</style>
border-color css
<style>
span { border-color: #32636A; }
span { border-color: rgb(50,99,106); }
td.TdClassName
{
border-color: #32636A;
}
.TagClassName
{
border-color: #32636A;
}
</style>