Shades of Blumine #296471
Tints of Blumine #296471
RGB
CMYK
RGB Variations
Color information
#296471 (or 0x296471) is known color: Blumine. HEX triplet: 29, 64 and 71. RGB value is (41,100,113). Sum of RGB (Red+Green+Blue) = 41+100+113=254 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.14% from 254); Green value is 100 (39.45% from 255 or 39.37% from 254); Blue value is 113 (44.53% from 255 or 44.49% from 254); Max value from RGB is 113 - color contains mainly: blue. Hex color #296471 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296471 is #D69B8E. Grayscale: #535353. Windows color (decimal): -14064527 or 7431209. OLE color: 7431209.
HSL color Cylindrical-coordinate representation of color #296471: hue angle of 190.83º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #296471 is Cyan = 0.64, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 41 | 100 | 113 | - |
| CMYK | 0.64 | 0.12 | 0 | 0.56 |
| HSL | 190.83º | 0.47% | 0.3% | - |
| HSV(B) | 190.83º | 0.64% | 0.44% | - |
| XYZ | 8.45 | 10.78 | 17.26 | - |
| YUV | 83.84 | 144.45 | 97.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 100 | 113 | 0.64 | 0.12 | 0 | 0.56 | 190.83 | 0.47 | 0.3 |
| Hex | 29 | 64 | 71 | 40 | C | 0 | 38 | BF | 2F | 1E |
| Octal | 51 | 144 | 161 | 100 | 14 | 0 | 70 | 277 | 57 | 36 |
| Binary | 101001 | 1100100 | 1110001 | 1000000 | 1100 | 0 | 111000 | 10111111 | 101111 | 11110 |
Color Harmonies of #296471
Complementary color
Monochromatic Colors of #296471
Black with #296471
Text Example
Text Example
White with #296471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296471; }
p { color: rgb(41,100,113); }
H1.HeaderClassName
{
color: #296471;
}
.AnyTagClassName
{
color: #296471;
}
</style>
background-color css
<style>
a { background-color: #296471; }
a { background-color: rgb(41,100,113); }
div.DivClassName
{
background-color: #296471;
}
.BgClassName
{
background-color: #296471;
}
</style>
border-color css
<style>
span { border-color: #296471; }
span { border-color: rgb(41,100,113); }
td.TdClassName
{
border-color: #296471;
}
.TagClassName
{
border-color: #296471;
}
</style>