Shades of Blumine #296272
Tints of Blumine #296272
RGB
CMYK
RGB Variations
Color information
#296272 (or 0x296272) is known color: Blumine. HEX triplet: 29, 62 and 72. RGB value is (41,98,114). Sum of RGB (Red+Green+Blue) = 41+98+114=253 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.21% from 253); Green value is 98 (38.67% from 255 or 38.74% from 253); Blue value is 114 (44.92% from 255 or 45.06% from 253); Max value from RGB is 114 - color contains mainly: blue. Hex color #296272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296272 is #D69D8D. Grayscale: #525252. Windows color (decimal): -14065038 or 7496233. OLE color: 7496233.
HSL color Cylindrical-coordinate representation of color #296272: hue angle of 193.15º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #296272 is Cyan = 0.64, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 41 | 98 | 114 | - |
| CMYK | 0.64 | 0.14 | 0 | 0.55 |
| HSL | 193.15º | 0.47% | 0.3% | - |
| HSV(B) | 193.15º | 0.64% | 0.45% | - |
| XYZ | 8.32 | 10.42 | 17.49 | - |
| YUV | 82.78 | 145.62 | 98.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 98 | 114 | 0.64 | 0.14 | 0 | 0.55 | 193.15 | 0.47 | 0.3 |
| Hex | 29 | 62 | 72 | 40 | E | 0 | 37 | C1 | 2F | 1E |
| Octal | 51 | 142 | 162 | 100 | 16 | 0 | 67 | 301 | 57 | 36 |
| Binary | 101001 | 1100010 | 1110010 | 1000000 | 1110 | 0 | 110111 | 11000001 | 101111 | 11110 |
Color Harmonies of #296272
Complementary color
Monochromatic Colors of #296272
Black with #296272
Text Example
Text Example
White with #296272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296272; }
p { color: rgb(41,98,114); }
H1.HeaderClassName
{
color: #296272;
}
.AnyTagClassName
{
color: #296272;
}
</style>
background-color css
<style>
a { background-color: #296272; }
a { background-color: rgb(41,98,114); }
div.DivClassName
{
background-color: #296272;
}
.BgClassName
{
background-color: #296272;
}
</style>
border-color css
<style>
span { border-color: #296272; }
span { border-color: rgb(41,98,114); }
td.TdClassName
{
border-color: #296272;
}
.TagClassName
{
border-color: #296272;
}
</style>