Shades of Blumine #29646C
Tints of Blumine #29646C
RGB
CMYK
RGB Variations
Color information
#29646C (or 0x29646C) is known color: Blumine. HEX triplet: 29, 64 and 6C. RGB value is (41,100,108). Sum of RGB (Red+Green+Blue) = 41+100+108=249 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.47% from 249); Green value is 100 (39.45% from 255 or 40.16% from 249); Blue value is 108 (42.58% from 255 or 43.37% from 249); Max value from RGB is 108 - color contains mainly: blue. Hex color #29646C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29646C is #D69B93. Grayscale: #535353. Windows color (decimal): -14064532 or 7103529. OLE color: 7103529.
HSL color Cylindrical-coordinate representation of color #29646C: hue angle of 187.16º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #29646C is Cyan = 0.62, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 41 | 100 | 108 | - |
| CMYK | 0.62 | 0.07 | 0 | 0.58 |
| HSL | 187.16º | 0.45% | 0.29% | - |
| HSV(B) | 187.16º | 0.62% | 0.42% | - |
| XYZ | 8.18 | 10.67 | 15.82 | - |
| YUV | 83.27 | 141.95 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 100 | 108 | 0.62 | 0.07 | 0 | 0.58 | 187.16 | 0.45 | 0.29 |
| Hex | 29 | 64 | 6C | 3E | 7 | 0 | 3A | BB | 2D | 1D |
| Octal | 51 | 144 | 154 | 76 | 7 | 0 | 72 | 273 | 55 | 35 |
| Binary | 101001 | 1100100 | 1101100 | 111110 | 111 | 0 | 111010 | 10111011 | 101101 | 11101 |
Color Harmonies of #29646C
Complementary color
Monochromatic Colors of #29646C
Black with #29646C
Text Example
Text Example
White with #29646C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29646C; }
p { color: rgb(41,100,108); }
H1.HeaderClassName
{
color: #29646C;
}
.AnyTagClassName
{
color: #29646C;
}
</style>
background-color css
<style>
a { background-color: #29646C; }
a { background-color: rgb(41,100,108); }
div.DivClassName
{
background-color: #29646C;
}
.BgClassName
{
background-color: #29646C;
}
</style>
border-color css
<style>
span { border-color: #29646C; }
span { border-color: rgb(41,100,108); }
td.TdClassName
{
border-color: #29646C;
}
.TagClassName
{
border-color: #29646C;
}
</style>