Shades of Blumine #29616D
Tints of Blumine #29616D
RGB
CMYK
RGB Variations
Color information
#29616D (or 0x29616D) is known color: Blumine. HEX triplet: 29, 61 and 6D. RGB value is (41,97,109). Sum of RGB (Red+Green+Blue) = 41+97+109=247 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.60% from 247); Green value is 97 (38.28% from 255 or 39.27% from 247); Blue value is 109 (42.97% from 255 or 44.13% from 247); Max value from RGB is 109 - color contains mainly: blue. Hex color #29616D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29616D is #D69E92. Grayscale: #515151. Windows color (decimal): -14065299 or 7168297. OLE color: 7168297.
HSL color Cylindrical-coordinate representation of color #29616D: hue angle of 190.59º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #29616D is Cyan = 0.62, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 41 | 97 | 109 | - |
| CMYK | 0.62 | 0.11 | 0 | 0.57 |
| HSL | 190.59º | 0.45% | 0.29% | - |
| HSV(B) | 190.59º | 0.62% | 0.43% | - |
| XYZ | 7.95 | 10.12 | 16 | - |
| YUV | 81.62 | 143.45 | 99.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 97 | 109 | 0.62 | 0.11 | 0 | 0.57 | 190.59 | 0.45 | 0.29 |
| Hex | 29 | 61 | 6D | 3E | B | 0 | 39 | BF | 2D | 1D |
| Octal | 51 | 141 | 155 | 76 | 13 | 0 | 71 | 277 | 55 | 35 |
| Binary | 101001 | 1100001 | 1101101 | 111110 | 1011 | 0 | 111001 | 10111111 | 101101 | 11101 |
Color Harmonies of #29616D
Complementary color
Monochromatic Colors of #29616D
Black with #29616D
Text Example
Text Example
White with #29616D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29616D; }
p { color: rgb(41,97,109); }
H1.HeaderClassName
{
color: #29616D;
}
.AnyTagClassName
{
color: #29616D;
}
</style>
background-color css
<style>
a { background-color: #29616D; }
a { background-color: rgb(41,97,109); }
div.DivClassName
{
background-color: #29616D;
}
.BgClassName
{
background-color: #29616D;
}
</style>
border-color css
<style>
span { border-color: #29616D; }
span { border-color: rgb(41,97,109); }
td.TdClassName
{
border-color: #29616D;
}
.TagClassName
{
border-color: #29616D;
}
</style>