Shades of Blumine #296170
Tints of Blumine #296170
RGB
CMYK
RGB Variations
Color information
#296170 (or 0x296170) is known color: Blumine. HEX triplet: 29, 61 and 70. RGB value is (41,97,112). Sum of RGB (Red+Green+Blue) = 41+97+112=250 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.4% from 250); Green value is 97 (38.28% from 255 or 38.8% from 250); Blue value is 112 (44.14% from 255 or 44.8% from 250); Max value from RGB is 112 - color contains mainly: blue. Hex color #296170 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296170 is #D69E8F. Grayscale: #515151. Windows color (decimal): -14065296 or 7364905. OLE color: 7364905.
HSL color Cylindrical-coordinate representation of color #296170: hue angle of 192.68º 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 #296170 is Cyan = 0.63, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 41 | 97 | 112 | - |
| CMYK | 0.63 | 0.13 | 0 | 0.56 |
| HSL | 192.68º | 0.46% | 0.3% | - |
| HSV(B) | 192.68º | 0.63% | 0.44% | - |
| XYZ | 8.11 | 10.19 | 16.87 | - |
| YUV | 81.97 | 144.95 | 98.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 97 | 112 | 0.63 | 0.13 | 0 | 0.56 | 192.68 | 0.46 | 0.3 |
| Hex | 29 | 61 | 70 | 3F | D | 0 | 38 | C1 | 2E | 1E |
| Octal | 51 | 141 | 160 | 77 | 15 | 0 | 70 | 301 | 56 | 36 |
| Binary | 101001 | 1100001 | 1110000 | 111111 | 1101 | 0 | 111000 | 11000001 | 101110 | 11110 |
Color Harmonies of #296170
Complementary color
Monochromatic Colors of #296170
Black with #296170
Text Example
Text Example
White with #296170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296170; }
p { color: rgb(41,97,112); }
H1.HeaderClassName
{
color: #296170;
}
.AnyTagClassName
{
color: #296170;
}
</style>
background-color css
<style>
a { background-color: #296170; }
a { background-color: rgb(41,97,112); }
div.DivClassName
{
background-color: #296170;
}
.BgClassName
{
background-color: #296170;
}
</style>
border-color css
<style>
span { border-color: #296170; }
span { border-color: rgb(41,97,112); }
td.TdClassName
{
border-color: #296170;
}
.TagClassName
{
border-color: #296170;
}
</style>