Shades of Blumine #295E6A
Tints of Blumine #295E6A
RGB
CMYK
RGB Variations
Color information
#295E6A (or 0x295E6A) is known color: Blumine. HEX triplet: 29, 5E and 6A. RGB value is (41,94,106). Sum of RGB (Red+Green+Blue) = 41+94+106=241 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.01% from 241); Green value is 94 (37.11% from 255 or 39.00% from 241); Blue value is 106 (41.80% from 255 or 43.98% from 241); Max value from RGB is 106 - color contains mainly: blue. Hex color #295E6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295E6A is #D6A195. Grayscale: #4F4F4F. Windows color (decimal): -14066070 or 6970921. OLE color: 6970921.
HSL color Cylindrical-coordinate representation of color #295E6A: hue angle of 191.08º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #295E6A is Cyan = 0.61, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 41 | 94 | 106 | - |
| CMYK | 0.61 | 0.11 | 0 | 0.58 |
| HSL | 191.08º | 0.44% | 0.29% | - |
| HSV(B) | 191.08º | 0.61% | 0.42% | - |
| XYZ | 7.52 | 9.52 | 15.08 | - |
| YUV | 79.52 | 142.94 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 94 | 106 | 0.61 | 0.11 | 0 | 0.58 | 191.08 | 0.44 | 0.29 |
| Hex | 29 | 5E | 6A | 3D | B | 0 | 3A | BF | 2C | 1D |
| Octal | 51 | 136 | 152 | 75 | 13 | 0 | 72 | 277 | 54 | 35 |
| Binary | 101001 | 1011110 | 1101010 | 111101 | 1011 | 0 | 111010 | 10111111 | 101100 | 11101 |
Color Harmonies of #295E6A
Complementary color
Monochromatic Colors of #295E6A
Black with #295E6A
Text Example
Text Example
White with #295E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295E6A; }
p { color: rgb(41,94,106); }
H1.HeaderClassName
{
color: #295E6A;
}
.AnyTagClassName
{
color: #295E6A;
}
</style>
background-color css
<style>
a { background-color: #295E6A; }
a { background-color: rgb(41,94,106); }
div.DivClassName
{
background-color: #295E6A;
}
.BgClassName
{
background-color: #295E6A;
}
</style>
border-color css
<style>
span { border-color: #295E6A; }
span { border-color: rgb(41,94,106); }
td.TdClassName
{
border-color: #295E6A;
}
.TagClassName
{
border-color: #295E6A;
}
</style>