Shades of Blumine #295D65
Tints of Blumine #295D65
RGB
CMYK
RGB Variations
Color information
#295D65 (or 0x295D65) is known color: Blumine. HEX triplet: 29, 5D and 65. RGB value is (41,93,101). Sum of RGB (Red+Green+Blue) = 41+93+101=235 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.45% from 235); Green value is 93 (36.72% from 255 or 39.57% from 235); Blue value is 101 (39.84% from 255 or 42.98% from 235); Max value from RGB is 101 - color contains mainly: blue. Hex color #295D65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295D65 is #D6A29A. Grayscale: #4E4E4E. Windows color (decimal): -14066331 or 6642985. OLE color: 6642985.
HSL color Cylindrical-coordinate representation of color #295D65: hue angle of 188º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #295D65 is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 41 | 93 | 101 | - |
| CMYK | 0.59 | 0.08 | 0 | 0.60 |
| HSL | 188º | 0.42% | 0.28% | - |
| HSV(B) | 188º | 0.59% | 0.4% | - |
| XYZ | 7.18 | 9.24 | 13.72 | - |
| YUV | 78.36 | 140.77 | 101.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 93 | 101 | 0.59 | 0.08 | 0 | 0.60 | 188 | 0.42 | 0.28 |
| Hex | 29 | 5D | 65 | 3B | 8 | 0 | 3C | BC | 2A | 1C |
| Octal | 51 | 135 | 145 | 73 | 10 | 0 | 74 | 274 | 52 | 34 |
| Binary | 101001 | 1011101 | 1100101 | 111011 | 1000 | 0 | 111100 | 10111100 | 101010 | 11100 |
Color Harmonies of #295D65
Complementary color
Monochromatic Colors of #295D65
Black with #295D65
Text Example
Text Example
White with #295D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295D65; }
p { color: rgb(41,93,101); }
H1.HeaderClassName
{
color: #295D65;
}
.AnyTagClassName
{
color: #295D65;
}
</style>
background-color css
<style>
a { background-color: #295D65; }
a { background-color: rgb(41,93,101); }
div.DivClassName
{
background-color: #295D65;
}
.BgClassName
{
background-color: #295D65;
}
</style>
border-color css
<style>
span { border-color: #295D65; }
span { border-color: rgb(41,93,101); }
td.TdClassName
{
border-color: #295D65;
}
.TagClassName
{
border-color: #295D65;
}
</style>