Shades of Blumine #295D66
Tints of Blumine #295D66
RGB
CMYK
RGB Variations
Color information
#295D66 (or 0x295D66) is known color: Blumine. HEX triplet: 29, 5D and 66. RGB value is (41,93,102). Sum of RGB (Red+Green+Blue) = 41+93+102=236 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.37% from 236); Green value is 93 (36.72% from 255 or 39.41% from 236); Blue value is 102 (40.23% from 255 or 43.22% from 236); Max value from RGB is 102 - color contains mainly: blue. Hex color #295D66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295D66 is #D6A299. Grayscale: #4E4E4E. Windows color (decimal): -14066330 or 6708521. OLE color: 6708521.
HSL color Cylindrical-coordinate representation of color #295D66: hue angle of 188.85º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #295D66 is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 41 | 93 | 102 | - |
| CMYK | 0.60 | 0.09 | 0 | 0.6 |
| HSL | 188.85º | 0.43% | 0.28% | - |
| HSV(B) | 188.85º | 0.6% | 0.4% | - |
| XYZ | 7.23 | 9.26 | 13.98 | - |
| YUV | 78.48 | 141.27 | 101.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 93 | 102 | 0.60 | 0.09 | 0 | 0.6 | 188.85 | 0.43 | 0.28 |
| Hex | 29 | 5D | 66 | 3C | 9 | 0 | 3C | BD | 2B | 1C |
| Octal | 51 | 135 | 146 | 74 | 11 | 0 | 74 | 275 | 53 | 34 |
| Binary | 101001 | 1011101 | 1100110 | 111100 | 1001 | 0 | 111100 | 10111101 | 101011 | 11100 |
Color Harmonies of #295D66
Complementary color
Monochromatic Colors of #295D66
Black with #295D66
Text Example
Text Example
White with #295D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295D66; }
p { color: rgb(41,93,102); }
H1.HeaderClassName
{
color: #295D66;
}
.AnyTagClassName
{
color: #295D66;
}
</style>
background-color css
<style>
a { background-color: #295D66; }
a { background-color: rgb(41,93,102); }
div.DivClassName
{
background-color: #295D66;
}
.BgClassName
{
background-color: #295D66;
}
</style>
border-color css
<style>
span { border-color: #295D66; }
span { border-color: rgb(41,93,102); }
td.TdClassName
{
border-color: #295D66;
}
.TagClassName
{
border-color: #295D66;
}
</style>