Shades of Blumine #295F67
Tints of Blumine #295F67
RGB
CMYK
RGB Variations
Color information
#295F67 (or 0x295F67) is known color: Blumine. HEX triplet: 29, 5F and 67. RGB value is (41,95,103). Sum of RGB (Red+Green+Blue) = 41+95+103=239 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.15% from 239); Green value is 95 (37.5% from 255 or 39.75% from 239); Blue value is 103 (40.62% from 255 or 43.10% from 239); Max value from RGB is 103 - color contains mainly: blue. Hex color #295F67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295F67 is #D6A098. Grayscale: #4F4F4F. Windows color (decimal): -14065817 or 6774569. OLE color: 6774569.
HSL color Cylindrical-coordinate representation of color #295F67: hue angle of 187.74º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #295F67 is Cyan = 0.60, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 41 | 95 | 103 | - |
| CMYK | 0.60 | 0.08 | 0 | 0.60 |
| HSL | 187.74º | 0.43% | 0.28% | - |
| HSV(B) | 187.74º | 0.6% | 0.4% | - |
| XYZ | 7.45 | 9.64 | 14.3 | - |
| YUV | 79.77 | 141.11 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 95 | 103 | 0.60 | 0.08 | 0 | 0.60 | 187.74 | 0.43 | 0.28 |
| Hex | 29 | 5F | 67 | 3C | 8 | 0 | 3C | BC | 2B | 1C |
| Octal | 51 | 137 | 147 | 74 | 10 | 0 | 74 | 274 | 53 | 34 |
| Binary | 101001 | 1011111 | 1100111 | 111100 | 1000 | 0 | 111100 | 10111100 | 101011 | 11100 |
Color Harmonies of #295F67
Complementary color
Monochromatic Colors of #295F67
Black with #295F67
Text Example
Text Example
White with #295F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295F67; }
p { color: rgb(41,95,103); }
H1.HeaderClassName
{
color: #295F67;
}
.AnyTagClassName
{
color: #295F67;
}
</style>
background-color css
<style>
a { background-color: #295F67; }
a { background-color: rgb(41,95,103); }
div.DivClassName
{
background-color: #295F67;
}
.BgClassName
{
background-color: #295F67;
}
</style>
border-color css
<style>
span { border-color: #295F67; }
span { border-color: rgb(41,95,103); }
td.TdClassName
{
border-color: #295F67;
}
.TagClassName
{
border-color: #295F67;
}
</style>