Shades of Blumine #29606F
Tints of Blumine #29606F
RGB
CMYK
RGB Variations
Color information
#29606F (or 0x29606F) is known color: Blumine. HEX triplet: 29, 60 and 6F. RGB value is (41,96,111). Sum of RGB (Red+Green+Blue) = 41+96+111=248 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.53% from 248); Green value is 96 (37.89% from 255 or 38.71% from 248); Blue value is 111 (43.75% from 255 or 44.76% from 248); Max value from RGB is 111 - color contains mainly: blue. Hex color #29606F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29606F is #D69F90. Grayscale: #515151. Windows color (decimal): -14065553 or 7299113. OLE color: 7299113.
HSL color Cylindrical-coordinate representation of color #29606F: hue angle of 192.86º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #29606F is Cyan = 0.63, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 41 | 96 | 111 | - |
| CMYK | 0.63 | 0.14 | 0 | 0.56 |
| HSL | 192.86º | 0.46% | 0.3% | - |
| HSV(B) | 192.86º | 0.63% | 0.44% | - |
| XYZ | 7.97 | 9.98 | 16.55 | - |
| YUV | 81.27 | 144.78 | 99.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 96 | 111 | 0.63 | 0.14 | 0 | 0.56 | 192.86 | 0.46 | 0.3 |
| Hex | 29 | 60 | 6F | 3F | E | 0 | 38 | C1 | 2E | 1E |
| Octal | 51 | 140 | 157 | 77 | 16 | 0 | 70 | 301 | 56 | 36 |
| Binary | 101001 | 1100000 | 1101111 | 111111 | 1110 | 0 | 111000 | 11000001 | 101110 | 11110 |
Color Harmonies of #29606F
Complementary color
Monochromatic Colors of #29606F
Black with #29606F
Text Example
Text Example
White with #29606F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29606F; }
p { color: rgb(41,96,111); }
H1.HeaderClassName
{
color: #29606F;
}
.AnyTagClassName
{
color: #29606F;
}
</style>
background-color css
<style>
a { background-color: #29606F; }
a { background-color: rgb(41,96,111); }
div.DivClassName
{
background-color: #29606F;
}
.BgClassName
{
background-color: #29606F;
}
</style>
border-color css
<style>
span { border-color: #29606F; }
span { border-color: rgb(41,96,111); }
td.TdClassName
{
border-color: #29606F;
}
.TagClassName
{
border-color: #29606F;
}
</style>