Shades of Blumine #295C63
Tints of Blumine #295C63
RGB
CMYK
RGB Variations
Color information
#295C63 (or 0x295C63) is known color: Blumine. HEX triplet: 29, 5C and 63. RGB value is (41,92,99). Sum of RGB (Red+Green+Blue) = 41+92+99=232 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.67% from 232); Green value is 92 (36.33% from 255 or 39.66% from 232); Blue value is 99 (39.06% from 255 or 42.67% from 232); Max value from RGB is 99 - color contains mainly: blue. Hex color #295C63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295C63 is #D6A39C. Grayscale: #4D4D4D. Windows color (decimal): -14066589 or 6511657. OLE color: 6511657.
HSL color Cylindrical-coordinate representation of color #295C63: hue angle of 187.24º 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 #295C63 is Cyan = 0.59, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 41 | 92 | 99 | - |
| CMYK | 0.59 | 0.07 | 0 | 0.61 |
| HSL | 187.24º | 0.41% | 0.27% | - |
| HSV(B) | 187.24º | 0.59% | 0.39% | - |
| XYZ | 6.99 | 9.03 | 13.18 | - |
| YUV | 77.55 | 140.1 | 101.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 92 | 99 | 0.59 | 0.07 | 0 | 0.61 | 187.24 | 0.41 | 0.27 |
| Hex | 29 | 5C | 63 | 3B | 7 | 0 | 3D | BB | 29 | 1B |
| Octal | 51 | 134 | 143 | 73 | 7 | 0 | 75 | 273 | 51 | 33 |
| Binary | 101001 | 1011100 | 1100011 | 111011 | 111 | 0 | 111101 | 10111011 | 101001 | 11011 |
Color Harmonies of #295C63
Complementary color
Monochromatic Colors of #295C63
Black with #295C63
Text Example
Text Example
White with #295C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295C63; }
p { color: rgb(41,92,99); }
H1.HeaderClassName
{
color: #295C63;
}
.AnyTagClassName
{
color: #295C63;
}
</style>
background-color css
<style>
a { background-color: #295C63; }
a { background-color: rgb(41,92,99); }
div.DivClassName
{
background-color: #295C63;
}
.BgClassName
{
background-color: #295C63;
}
</style>
border-color css
<style>
span { border-color: #295C63; }
span { border-color: rgb(41,92,99); }
td.TdClassName
{
border-color: #295C63;
}
.TagClassName
{
border-color: #295C63;
}
</style>