Shades of Blumine #295C68
Tints of Blumine #295C68
RGB
CMYK
RGB Variations
Color information
#295C68 (or 0x295C68) is known color: Blumine. HEX triplet: 29, 5C and 68. RGB value is (41,92,104). Sum of RGB (Red+Green+Blue) = 41+92+104=237 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.30% from 237); Green value is 92 (36.33% from 255 or 38.82% from 237); Blue value is 104 (41.02% from 255 or 43.88% from 237); Max value from RGB is 104 - color contains mainly: blue. Hex color #295C68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295C68 is #D6A397. Grayscale: #4E4E4E. Windows color (decimal): -14066584 or 6839337. OLE color: 6839337.
HSL color Cylindrical-coordinate representation of color #295C68: hue angle of 191.43º 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 #295C68 is Cyan = 0.61, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 41 | 92 | 104 | - |
| CMYK | 0.61 | 0.12 | 0 | 0.59 |
| HSL | 191.43º | 0.43% | 0.28% | - |
| HSV(B) | 191.43º | 0.61% | 0.41% | - |
| XYZ | 7.24 | 9.13 | 14.48 | - |
| YUV | 78.12 | 142.6 | 101.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 92 | 104 | 0.61 | 0.12 | 0 | 0.59 | 191.43 | 0.43 | 0.28 |
| Hex | 29 | 5C | 68 | 3D | C | 0 | 3B | BF | 2B | 1C |
| Octal | 51 | 134 | 150 | 75 | 14 | 0 | 73 | 277 | 53 | 34 |
| Binary | 101001 | 1011100 | 1101000 | 111101 | 1100 | 0 | 111011 | 10111111 | 101011 | 11100 |
Color Harmonies of #295C68
Complementary color
Monochromatic Colors of #295C68
Black with #295C68
Text Example
Text Example
White with #295C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295C68; }
p { color: rgb(41,92,104); }
H1.HeaderClassName
{
color: #295C68;
}
.AnyTagClassName
{
color: #295C68;
}
</style>
background-color css
<style>
a { background-color: #295C68; }
a { background-color: rgb(41,92,104); }
div.DivClassName
{
background-color: #295C68;
}
.BgClassName
{
background-color: #295C68;
}
</style>
border-color css
<style>
span { border-color: #295C68; }
span { border-color: rgb(41,92,104); }
td.TdClassName
{
border-color: #295C68;
}
.TagClassName
{
border-color: #295C68;
}
</style>