Shades of Blumine #295E6B
Tints of Blumine #295E6B
RGB
CMYK
RGB Variations
Color information
#295E6B (or 0x295E6B) is known color: Blumine. HEX triplet: 29, 5E and 6B. RGB value is (41,94,107). Sum of RGB (Red+Green+Blue) = 41+94+107=242 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.94% from 242); Green value is 94 (37.11% from 255 or 38.84% from 242); Blue value is 107 (42.19% from 255 or 44.21% from 242); Max value from RGB is 107 - color contains mainly: blue. Hex color #295E6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295E6B is #D6A194. Grayscale: #4F4F4F. Windows color (decimal): -14066069 or 7036457. OLE color: 7036457.
HSL color Cylindrical-coordinate representation of color #295E6B: hue angle of 191.82º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #295E6B is Cyan = 0.62, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 41 | 94 | 107 | - |
| CMYK | 0.62 | 0.12 | 0 | 0.58 |
| HSL | 191.82º | 0.45% | 0.29% | - |
| HSV(B) | 191.82º | 0.62% | 0.42% | - |
| XYZ | 7.57 | 9.54 | 15.35 | - |
| YUV | 79.64 | 143.44 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 94 | 107 | 0.62 | 0.12 | 0 | 0.58 | 191.82 | 0.45 | 0.29 |
| Hex | 29 | 5E | 6B | 3E | C | 0 | 3A | C0 | 2D | 1D |
| Octal | 51 | 136 | 153 | 76 | 14 | 0 | 72 | 300 | 55 | 35 |
| Binary | 101001 | 1011110 | 1101011 | 111110 | 1100 | 0 | 111010 | 11000000 | 101101 | 11101 |
Color Harmonies of #295E6B
Complementary color
Monochromatic Colors of #295E6B
Black with #295E6B
Text Example
Text Example
White with #295E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295E6B; }
p { color: rgb(41,94,107); }
H1.HeaderClassName
{
color: #295E6B;
}
.AnyTagClassName
{
color: #295E6B;
}
</style>
background-color css
<style>
a { background-color: #295E6B; }
a { background-color: rgb(41,94,107); }
div.DivClassName
{
background-color: #295E6B;
}
.BgClassName
{
background-color: #295E6B;
}
</style>
border-color css
<style>
span { border-color: #295E6B; }
span { border-color: rgb(41,94,107); }
td.TdClassName
{
border-color: #295E6B;
}
.TagClassName
{
border-color: #295E6B;
}
</style>