Shades of Blumine #29636C
Tints of Blumine #29636C
RGB
CMYK
RGB Variations
Color information
#29636C (or 0x29636C) is known color: Blumine. HEX triplet: 29, 63 and 6C. RGB value is (41,99,108). Sum of RGB (Red+Green+Blue) = 41+99+108=248 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.53% from 248); Green value is 99 (39.06% from 255 or 39.92% from 248); Blue value is 108 (42.58% from 255 or 43.55% from 248); Max value from RGB is 108 - color contains mainly: blue. Hex color #29636C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29636C is #D69C93. Grayscale: #525252. Windows color (decimal): -14064788 or 7103273. OLE color: 7103273.
HSL color Cylindrical-coordinate representation of color #29636C: hue angle of 188.06º 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 #29636C is Cyan = 0.62, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 41 | 99 | 108 | - |
| CMYK | 0.62 | 0.08 | 0 | 0.58 |
| HSL | 188.06º | 0.45% | 0.29% | - |
| HSV(B) | 188.06º | 0.62% | 0.42% | - |
| XYZ | 8.08 | 10.48 | 15.78 | - |
| YUV | 82.68 | 142.28 | 98.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 99 | 108 | 0.62 | 0.08 | 0 | 0.58 | 188.06 | 0.45 | 0.29 |
| Hex | 29 | 63 | 6C | 3E | 8 | 0 | 3A | BC | 2D | 1D |
| Octal | 51 | 143 | 154 | 76 | 10 | 0 | 72 | 274 | 55 | 35 |
| Binary | 101001 | 1100011 | 1101100 | 111110 | 1000 | 0 | 111010 | 10111100 | 101101 | 11101 |
Color Harmonies of #29636C
Complementary color
Monochromatic Colors of #29636C
Black with #29636C
Text Example
Text Example
White with #29636C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29636C; }
p { color: rgb(41,99,108); }
H1.HeaderClassName
{
color: #29636C;
}
.AnyTagClassName
{
color: #29636C;
}
</style>
background-color css
<style>
a { background-color: #29636C; }
a { background-color: rgb(41,99,108); }
div.DivClassName
{
background-color: #29636C;
}
.BgClassName
{
background-color: #29636C;
}
</style>
border-color css
<style>
span { border-color: #29636C; }
span { border-color: rgb(41,99,108); }
td.TdClassName
{
border-color: #29636C;
}
.TagClassName
{
border-color: #29636C;
}
</style>