Shades of Blumine #295A62
Tints of Blumine #295A62
RGB
CMYK
RGB Variations
Color information
#295A62 (or 0x295A62) is known color: Blumine. HEX triplet: 29, 5A and 62. RGB value is (41,90,98). Sum of RGB (Red+Green+Blue) = 41+90+98=229 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.90% from 229); Green value is 90 (35.55% from 255 or 39.30% from 229); Blue value is 98 (38.67% from 255 or 42.79% from 229); Max value from RGB is 98 - color contains mainly: blue. Hex color #295A62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295A62 is #D6A59D. Grayscale: #4C4C4C. Windows color (decimal): -14067102 or 6445609. OLE color: 6445609.
HSL color Cylindrical-coordinate representation of color #295A62: hue angle of 188.42º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #295A62 is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 41 | 90 | 98 | - |
| CMYK | 0.58 | 0.08 | 0 | 0.62 |
| HSL | 188.42º | 0.41% | 0.27% | - |
| HSV(B) | 188.42º | 0.58% | 0.38% | - |
| XYZ | 6.78 | 8.67 | 12.87 | - |
| YUV | 76.26 | 140.27 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 90 | 98 | 0.58 | 0.08 | 0 | 0.62 | 188.42 | 0.41 | 0.27 |
| Hex | 29 | 5A | 62 | 3A | 8 | 0 | 3E | BC | 29 | 1B |
| Octal | 51 | 132 | 142 | 72 | 10 | 0 | 76 | 274 | 51 | 33 |
| Binary | 101001 | 1011010 | 1100010 | 111010 | 1000 | 0 | 111110 | 10111100 | 101001 | 11011 |
Color Harmonies of #295A62
Complementary color
Monochromatic Colors of #295A62
Black with #295A62
Text Example
Text Example
White with #295A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295A62; }
p { color: rgb(41,90,98); }
H1.HeaderClassName
{
color: #295A62;
}
.AnyTagClassName
{
color: #295A62;
}
</style>
background-color css
<style>
a { background-color: #295A62; }
a { background-color: rgb(41,90,98); }
div.DivClassName
{
background-color: #295A62;
}
.BgClassName
{
background-color: #295A62;
}
</style>
border-color css
<style>
span { border-color: #295A62; }
span { border-color: rgb(41,90,98); }
td.TdClassName
{
border-color: #295A62;
}
.TagClassName
{
border-color: #295A62;
}
</style>