Shades of Blumine #29646D
Tints of Blumine #29646D
RGB
CMYK
RGB Variations
Color information
#29646D (or 0x29646D) is known color: Blumine. HEX triplet: 29, 64 and 6D. RGB value is (41,100,109). Sum of RGB (Red+Green+Blue) = 41+100+109=250 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.4% from 250); Green value is 100 (39.45% from 255 or 40% from 250); Blue value is 109 (42.97% from 255 or 43.6% from 250); Max value from RGB is 109 - color contains mainly: blue. Hex color #29646D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29646D is #D69B92. Grayscale: #535353. Windows color (decimal): -14064531 or 7169065. OLE color: 7169065.
HSL color Cylindrical-coordinate representation of color #29646D: hue angle of 187.94º 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 #29646D is Cyan = 0.62, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 41 | 100 | 109 | - |
| CMYK | 0.62 | 0.08 | 0 | 0.57 |
| HSL | 187.94º | 0.45% | 0.29% | - |
| HSV(B) | 187.94º | 0.62% | 0.43% | - |
| XYZ | 8.23 | 10.69 | 16.1 | - |
| YUV | 83.39 | 142.45 | 97.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 100 | 109 | 0.62 | 0.08 | 0 | 0.57 | 187.94 | 0.45 | 0.29 |
| Hex | 29 | 64 | 6D | 3E | 8 | 0 | 39 | BC | 2D | 1D |
| Octal | 51 | 144 | 155 | 76 | 10 | 0 | 71 | 274 | 55 | 35 |
| Binary | 101001 | 1100100 | 1101101 | 111110 | 1000 | 0 | 111001 | 10111100 | 101101 | 11101 |
Color Harmonies of #29646D
Complementary color
Monochromatic Colors of #29646D
Black with #29646D
Text Example
Text Example
White with #29646D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29646D; }
p { color: rgb(41,100,109); }
H1.HeaderClassName
{
color: #29646D;
}
.AnyTagClassName
{
color: #29646D;
}
</style>
background-color css
<style>
a { background-color: #29646D; }
a { background-color: rgb(41,100,109); }
div.DivClassName
{
background-color: #29646D;
}
.BgClassName
{
background-color: #29646D;
}
</style>
border-color css
<style>
span { border-color: #29646D; }
span { border-color: rgb(41,100,109); }
td.TdClassName
{
border-color: #29646D;
}
.TagClassName
{
border-color: #29646D;
}
</style>