Shades of Blumine #295F6C
Tints of Blumine #295F6C
RGB
CMYK
RGB Variations
Color information
#295F6C (or 0x295F6C) is known color: Blumine. HEX triplet: 29, 5F and 6C. RGB value is (41,95,108). Sum of RGB (Red+Green+Blue) = 41+95+108=244 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.80% from 244); Green value is 95 (37.5% from 255 or 38.93% from 244); Blue value is 108 (42.58% from 255 or 44.26% from 244); Max value from RGB is 108 - color contains mainly: blue. Hex color #295F6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295F6C is #D6A093. Grayscale: #505050. Windows color (decimal): -14065812 or 7102249. OLE color: 7102249.
HSL color Cylindrical-coordinate representation of color #295F6C: hue angle of 191.64º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #295F6C is Cyan = 0.62, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 41 | 95 | 108 | - |
| CMYK | 0.62 | 0.12 | 0 | 0.58 |
| HSL | 191.64º | 0.45% | 0.29% | - |
| HSV(B) | 191.64º | 0.62% | 0.42% | - |
| XYZ | 7.71 | 9.74 | 15.66 | - |
| YUV | 80.34 | 143.61 | 99.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 95 | 108 | 0.62 | 0.12 | 0 | 0.58 | 191.64 | 0.45 | 0.29 |
| Hex | 29 | 5F | 6C | 3E | C | 0 | 3A | C0 | 2D | 1D |
| Octal | 51 | 137 | 154 | 76 | 14 | 0 | 72 | 300 | 55 | 35 |
| Binary | 101001 | 1011111 | 1101100 | 111110 | 1100 | 0 | 111010 | 11000000 | 101101 | 11101 |
Color Harmonies of #295F6C
Complementary color
Monochromatic Colors of #295F6C
Black with #295F6C
Text Example
Text Example
White with #295F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295F6C; }
p { color: rgb(41,95,108); }
H1.HeaderClassName
{
color: #295F6C;
}
.AnyTagClassName
{
color: #295F6C;
}
</style>
background-color css
<style>
a { background-color: #295F6C; }
a { background-color: rgb(41,95,108); }
div.DivClassName
{
background-color: #295F6C;
}
.BgClassName
{
background-color: #295F6C;
}
</style>
border-color css
<style>
span { border-color: #295F6C; }
span { border-color: rgb(41,95,108); }
td.TdClassName
{
border-color: #295F6C;
}
.TagClassName
{
border-color: #295F6C;
}
</style>