Shades of Blumine #29606C
Tints of Blumine #29606C
RGB
CMYK
RGB Variations
Color information
#29606C (or 0x29606C) is known color: Blumine. HEX triplet: 29, 60 and 6C. RGB value is (41,96,108). Sum of RGB (Red+Green+Blue) = 41+96+108=245 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.73% from 245); Green value is 96 (37.89% from 255 or 39.18% from 245); Blue value is 108 (42.58% from 255 or 44.08% from 245); Max value from RGB is 108 - color contains mainly: blue. Hex color #29606C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29606C is #D69F93. Grayscale: #505050. Windows color (decimal): -14065556 or 7102505. OLE color: 7102505.
HSL color Cylindrical-coordinate representation of color #29606C: hue angle of 190.75º 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 #29606C is Cyan = 0.62, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 41 | 96 | 108 | - |
| CMYK | 0.62 | 0.11 | 0 | 0.58 |
| HSL | 190.75º | 0.45% | 0.29% | - |
| HSV(B) | 190.75º | 0.62% | 0.42% | - |
| XYZ | 7.8 | 9.92 | 15.69 | - |
| YUV | 80.92 | 143.28 | 99.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 96 | 108 | 0.62 | 0.11 | 0 | 0.58 | 190.75 | 0.45 | 0.29 |
| Hex | 29 | 60 | 6C | 3E | B | 0 | 3A | BF | 2D | 1D |
| Octal | 51 | 140 | 154 | 76 | 13 | 0 | 72 | 277 | 55 | 35 |
| Binary | 101001 | 1100000 | 1101100 | 111110 | 1011 | 0 | 111010 | 10111111 | 101101 | 11101 |
Color Harmonies of #29606C
Complementary color
Monochromatic Colors of #29606C
Black with #29606C
Text Example
Text Example
White with #29606C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29606C; }
p { color: rgb(41,96,108); }
H1.HeaderClassName
{
color: #29606C;
}
.AnyTagClassName
{
color: #29606C;
}
</style>
background-color css
<style>
a { background-color: #29606C; }
a { background-color: rgb(41,96,108); }
div.DivClassName
{
background-color: #29606C;
}
.BgClassName
{
background-color: #29606C;
}
</style>
border-color css
<style>
span { border-color: #29606C; }
span { border-color: rgb(41,96,108); }
td.TdClassName
{
border-color: #29606C;
}
.TagClassName
{
border-color: #29606C;
}
</style>