Shades of Blumine #29636A
Tints of Blumine #29636A
RGB
CMYK
RGB Variations
Color information
#29636A (or 0x29636A) is known color: Blumine. HEX triplet: 29, 63 and 6A. RGB value is (41,99,106). Sum of RGB (Red+Green+Blue) = 41+99+106=246 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.67% from 246); Green value is 99 (39.06% from 255 or 40.24% from 246); Blue value is 106 (41.80% from 255 or 43.09% from 246); Max value from RGB is 106 - color contains mainly: blue. Hex color #29636A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29636A is #D69C95. Grayscale: #525252. Windows color (decimal): -14064790 or 6972201. OLE color: 6972201.
HSL color Cylindrical-coordinate representation of color #29636A: hue angle of 186.46º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #29636A is Cyan = 0.61, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 41 | 99 | 106 | - |
| CMYK | 0.61 | 0.07 | 0 | 0.58 |
| HSL | 186.46º | 0.44% | 0.29% | - |
| HSV(B) | 186.46º | 0.61% | 0.42% | - |
| XYZ | 7.98 | 10.44 | 15.23 | - |
| YUV | 82.46 | 141.28 | 98.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 99 | 106 | 0.61 | 0.07 | 0 | 0.58 | 186.46 | 0.44 | 0.29 |
| Hex | 29 | 63 | 6A | 3D | 7 | 0 | 3A | BA | 2C | 1D |
| Octal | 51 | 143 | 152 | 75 | 7 | 0 | 72 | 272 | 54 | 35 |
| Binary | 101001 | 1100011 | 1101010 | 111101 | 111 | 0 | 111010 | 10111010 | 101100 | 11101 |
Color Harmonies of #29636A
Complementary color
Monochromatic Colors of #29636A
Black with #29636A
Text Example
Text Example
White with #29636A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29636A; }
p { color: rgb(41,99,106); }
H1.HeaderClassName
{
color: #29636A;
}
.AnyTagClassName
{
color: #29636A;
}
</style>
background-color css
<style>
a { background-color: #29636A; }
a { background-color: rgb(41,99,106); }
div.DivClassName
{
background-color: #29636A;
}
.BgClassName
{
background-color: #29636A;
}
</style>
border-color css
<style>
span { border-color: #29636A; }
span { border-color: rgb(41,99,106); }
td.TdClassName
{
border-color: #29636A;
}
.TagClassName
{
border-color: #29636A;
}
</style>