Shades of Blumine #295F68
Tints of Blumine #295F68
RGB
CMYK
RGB Variations
Color information
#295F68 (or 0x295F68) is known color: Blumine. HEX triplet: 29, 5F and 68. RGB value is (41,95,104). Sum of RGB (Red+Green+Blue) = 41+95+104=240 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.08% from 240); Green value is 95 (37.5% from 255 or 39.58% from 240); Blue value is 104 (41.02% from 255 or 43.33% from 240); Max value from RGB is 104 - color contains mainly: blue. Hex color #295F68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295F68 is #D6A097. Grayscale: #4F4F4F. Windows color (decimal): -14065816 or 6840105. OLE color: 6840105.
HSL color Cylindrical-coordinate representation of color #295F68: hue angle of 188.57º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #295F68 is Cyan = 0.61, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 41 | 95 | 104 | - |
| CMYK | 0.61 | 0.09 | 0 | 0.59 |
| HSL | 188.57º | 0.43% | 0.28% | - |
| HSV(B) | 188.57º | 0.61% | 0.41% | - |
| XYZ | 7.51 | 9.66 | 14.56 | - |
| YUV | 79.88 | 141.61 | 100.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 95 | 104 | 0.61 | 0.09 | 0 | 0.59 | 188.57 | 0.43 | 0.28 |
| Hex | 29 | 5F | 68 | 3D | 9 | 0 | 3B | BD | 2B | 1C |
| Octal | 51 | 137 | 150 | 75 | 11 | 0 | 73 | 275 | 53 | 34 |
| Binary | 101001 | 1011111 | 1101000 | 111101 | 1001 | 0 | 111011 | 10111101 | 101011 | 11100 |
Color Harmonies of #295F68
Complementary color
Monochromatic Colors of #295F68
Black with #295F68
Text Example
Text Example
White with #295F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295F68; }
p { color: rgb(41,95,104); }
H1.HeaderClassName
{
color: #295F68;
}
.AnyTagClassName
{
color: #295F68;
}
</style>
background-color css
<style>
a { background-color: #295F68; }
a { background-color: rgb(41,95,104); }
div.DivClassName
{
background-color: #295F68;
}
.BgClassName
{
background-color: #295F68;
}
</style>
border-color css
<style>
span { border-color: #295F68; }
span { border-color: rgb(41,95,104); }
td.TdClassName
{
border-color: #295F68;
}
.TagClassName
{
border-color: #295F68;
}
</style>