Shades of Blumine #295A63
Tints of Blumine #295A63
RGB
CMYK
RGB Variations
Color information
#295A63 (or 0x295A63) is known color: Blumine. HEX triplet: 29, 5A and 63. RGB value is (41,90,99). Sum of RGB (Red+Green+Blue) = 41+90+99=230 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.83% from 230); Green value is 90 (35.55% from 255 or 39.13% from 230); Blue value is 99 (39.06% from 255 or 43.04% from 230); Max value from RGB is 99 - color contains mainly: blue. Hex color #295A63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295A63 is #D6A59C. Grayscale: #4C4C4C. Windows color (decimal): -14067101 or 6511145. OLE color: 6511145.
HSL color Cylindrical-coordinate representation of color #295A63: hue angle of 189.31º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #295A63 is Cyan = 0.59, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 41 | 90 | 99 | - |
| CMYK | 0.59 | 0.09 | 0 | 0.61 |
| HSL | 189.31º | 0.41% | 0.27% | - |
| HSV(B) | 189.31º | 0.59% | 0.39% | - |
| XYZ | 6.82 | 8.68 | 13.12 | - |
| YUV | 76.38 | 140.77 | 102.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 90 | 99 | 0.59 | 0.09 | 0 | 0.61 | 189.31 | 0.41 | 0.27 |
| Hex | 29 | 5A | 63 | 3B | 9 | 0 | 3D | BD | 29 | 1B |
| Octal | 51 | 132 | 143 | 73 | 11 | 0 | 75 | 275 | 51 | 33 |
| Binary | 101001 | 1011010 | 1100011 | 111011 | 1001 | 0 | 111101 | 10111101 | 101001 | 11011 |
Color Harmonies of #295A63
Complementary color
Monochromatic Colors of #295A63
Black with #295A63
Text Example
Text Example
White with #295A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295A63; }
p { color: rgb(41,90,99); }
H1.HeaderClassName
{
color: #295A63;
}
.AnyTagClassName
{
color: #295A63;
}
</style>
background-color css
<style>
a { background-color: #295A63; }
a { background-color: rgb(41,90,99); }
div.DivClassName
{
background-color: #295A63;
}
.BgClassName
{
background-color: #295A63;
}
</style>
border-color css
<style>
span { border-color: #295A63; }
span { border-color: rgb(41,90,99); }
td.TdClassName
{
border-color: #295A63;
}
.TagClassName
{
border-color: #295A63;
}
</style>