Shades of Blumine #295C65
Tints of Blumine #295C65
RGB
CMYK
RGB Variations
Color information
#295C65 (or 0x295C65) is known color: Blumine. HEX triplet: 29, 5C and 65. RGB value is (41,92,101). Sum of RGB (Red+Green+Blue) = 41+92+101=234 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.52% from 234); Green value is 92 (36.33% from 255 or 39.32% from 234); Blue value is 101 (39.84% from 255 or 43.16% from 234); Max value from RGB is 101 - color contains mainly: blue. Hex color #295C65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295C65 is #D6A39A. Grayscale: #4D4D4D. Windows color (decimal): -14066587 or 6642729. OLE color: 6642729.
HSL color Cylindrical-coordinate representation of color #295C65: hue angle of 189º 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 #295C65 is Cyan = 0.59, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 41 | 92 | 101 | - |
| CMYK | 0.59 | 0.09 | 0 | 0.60 |
| HSL | 189º | 0.42% | 0.28% | - |
| HSV(B) | 189º | 0.59% | 0.4% | - |
| XYZ | 7.09 | 9.07 | 13.69 | - |
| YUV | 77.78 | 141.1 | 101.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 92 | 101 | 0.59 | 0.09 | 0 | 0.60 | 189 | 0.42 | 0.28 |
| Hex | 29 | 5C | 65 | 3B | 9 | 0 | 3C | BD | 2A | 1C |
| Octal | 51 | 134 | 145 | 73 | 11 | 0 | 74 | 275 | 52 | 34 |
| Binary | 101001 | 1011100 | 1100101 | 111011 | 1001 | 0 | 111100 | 10111101 | 101010 | 11100 |
Color Harmonies of #295C65
Complementary color
Monochromatic Colors of #295C65
Black with #295C65
Text Example
Text Example
White with #295C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295C65; }
p { color: rgb(41,92,101); }
H1.HeaderClassName
{
color: #295C65;
}
.AnyTagClassName
{
color: #295C65;
}
</style>
background-color css
<style>
a { background-color: #295C65; }
a { background-color: rgb(41,92,101); }
div.DivClassName
{
background-color: #295C65;
}
.BgClassName
{
background-color: #295C65;
}
</style>
border-color css
<style>
span { border-color: #295C65; }
span { border-color: rgb(41,92,101); }
td.TdClassName
{
border-color: #295C65;
}
.TagClassName
{
border-color: #295C65;
}
</style>