Shades of Bahama Blue #295880
Tints of Bahama Blue #295880
RGB
CMYK
RGB Variations
Color information
#295880 (or 0x295880) is known color: Bahama Blue. HEX triplet: 29, 58 and 80. RGB value is (41,88,128). Sum of RGB (Red+Green+Blue) = 41+88+128=257 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.95% from 257); Green value is 88 (34.77% from 255 or 34.24% from 257); Blue value is 128 (50.39% from 255 or 49.81% from 257); Max value from RGB is 128 - color contains mainly: blue. Hex color #295880 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295880 is #D6A77F. Grayscale: #4E4E4E. Windows color (decimal): -14067584 or 8411177. OLE color: 8411177.
HSL color Cylindrical-coordinate representation of color #295880: hue angle of 207.59º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #295880 is Cyan = 0.68, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 41 | 88 | 128 | - |
| CMYK | 0.68 | 0.31 | 0 | 0.50 |
| HSL | 207.59º | 0.51% | 0.33% | - |
| HSV(B) | 207.59º | 0.68% | 0.5% | - |
| XYZ | 8.3 | 9.01 | 21.72 | - |
| YUV | 78.51 | 155.93 | 101.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 88 | 128 | 0.68 | 0.31 | 0 | 0.50 | 207.59 | 0.51 | 0.33 |
| Hex | 29 | 58 | 80 | 44 | 1F | 0 | 32 | D0 | 33 | 21 |
| Octal | 51 | 130 | 200 | 104 | 37 | 0 | 62 | 320 | 63 | 41 |
| Binary | 101001 | 1011000 | 10000000 | 1000100 | 11111 | 0 | 110010 | 11010000 | 110011 | 100001 |
Color Harmonies of #295880
Complementary color
Monochromatic Colors of #295880
Black with #295880
Text Example
Text Example
White with #295880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295880; }
p { color: rgb(41,88,128); }
H1.HeaderClassName
{
color: #295880;
}
.AnyTagClassName
{
color: #295880;
}
</style>
background-color css
<style>
a { background-color: #295880; }
a { background-color: rgb(41,88,128); }
div.DivClassName
{
background-color: #295880;
}
.BgClassName
{
background-color: #295880;
}
</style>
border-color css
<style>
span { border-color: #295880; }
span { border-color: rgb(41,88,128); }
td.TdClassName
{
border-color: #295880;
}
.TagClassName
{
border-color: #295880;
}
</style>