Shades of Blumine #29616E
Tints of Blumine #29616E
RGB
CMYK
RGB Variations
Color information
#29616E (or 0x29616E) is known color: Blumine. HEX triplet: 29, 61 and 6E. RGB value is (41,97,110). Sum of RGB (Red+Green+Blue) = 41+97+110=248 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.53% from 248); Green value is 97 (38.28% from 255 or 39.11% from 248); Blue value is 110 (43.36% from 255 or 44.35% from 248); Max value from RGB is 110 - color contains mainly: blue. Hex color #29616E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29616E is #D69E91. Grayscale: #515151. Windows color (decimal): -14065298 or 7233833. OLE color: 7233833.
HSL color Cylindrical-coordinate representation of color #29616E: hue angle of 191.3º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #29616E is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 41 | 97 | 110 | - |
| CMYK | 0.63 | 0.12 | 0 | 0.57 |
| HSL | 191.3º | 0.46% | 0.3% | - |
| HSV(B) | 191.3º | 0.63% | 0.43% | - |
| XYZ | 8 | 10.15 | 16.29 | - |
| YUV | 81.74 | 143.95 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 97 | 110 | 0.63 | 0.12 | 0 | 0.57 | 191.3 | 0.46 | 0.3 |
| Hex | 29 | 61 | 6E | 3F | C | 0 | 39 | BF | 2E | 1E |
| Octal | 51 | 141 | 156 | 77 | 14 | 0 | 71 | 277 | 56 | 36 |
| Binary | 101001 | 1100001 | 1101110 | 111111 | 1100 | 0 | 111001 | 10111111 | 101110 | 11110 |
Color Harmonies of #29616E
Complementary color
Monochromatic Colors of #29616E
Black with #29616E
Text Example
Text Example
White with #29616E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29616E; }
p { color: rgb(41,97,110); }
H1.HeaderClassName
{
color: #29616E;
}
.AnyTagClassName
{
color: #29616E;
}
</style>
background-color css
<style>
a { background-color: #29616E; }
a { background-color: rgb(41,97,110); }
div.DivClassName
{
background-color: #29616E;
}
.BgClassName
{
background-color: #29616E;
}
</style>
border-color css
<style>
span { border-color: #29616E; }
span { border-color: rgb(41,97,110); }
td.TdClassName
{
border-color: #29616E;
}
.TagClassName
{
border-color: #29616E;
}
</style>