Shades of Blumine #296374
Tints of Blumine #296374
RGB
CMYK
RGB Variations
Color information
#296374 (or 0x296374) is known color: Blumine. HEX triplet: 29, 63 and 74. RGB value is (41,99,116). Sum of RGB (Red+Green+Blue) = 41+99+116=256 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.02% from 256); Green value is 99 (39.06% from 255 or 38.67% from 256); Blue value is 116 (45.70% from 255 or 45.31% from 256); Max value from RGB is 116 - color contains mainly: blue. Hex color #296374 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296374 is #D69C8B. Grayscale: #535353. Windows color (decimal): -14064780 or 7627561. OLE color: 7627561.
HSL color Cylindrical-coordinate representation of color #296374: hue angle of 193.6º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #296374 is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 41 | 99 | 116 | - |
| CMYK | 0.65 | 0.15 | 0 | 0.55 |
| HSL | 193.6º | 0.48% | 0.31% | - |
| HSV(B) | 193.6º | 0.65% | 0.45% | - |
| XYZ | 8.53 | 10.66 | 18.13 | - |
| YUV | 83.6 | 146.28 | 97.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 99 | 116 | 0.65 | 0.15 | 0 | 0.55 | 193.6 | 0.48 | 0.31 |
| Hex | 29 | 63 | 74 | 41 | F | 0 | 37 | C2 | 30 | 1F |
| Octal | 51 | 143 | 164 | 101 | 17 | 0 | 67 | 302 | 60 | 37 |
| Binary | 101001 | 1100011 | 1110100 | 1000001 | 1111 | 0 | 110111 | 11000010 | 110000 | 11111 |
Color Harmonies of #296374
Complementary color
Monochromatic Colors of #296374
Black with #296374
Text Example
Text Example
White with #296374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296374; }
p { color: rgb(41,99,116); }
H1.HeaderClassName
{
color: #296374;
}
.AnyTagClassName
{
color: #296374;
}
</style>
background-color css
<style>
a { background-color: #296374; }
a { background-color: rgb(41,99,116); }
div.DivClassName
{
background-color: #296374;
}
.BgClassName
{
background-color: #296374;
}
</style>
border-color css
<style>
span { border-color: #296374; }
span { border-color: rgb(41,99,116); }
td.TdClassName
{
border-color: #296374;
}
.TagClassName
{
border-color: #296374;
}
</style>