Shades of Bahama Blue #295881
Tints of Bahama Blue #295881
RGB
CMYK
RGB Variations
Color information
#295881 (or 0x295881) is known color: Bahama Blue. HEX triplet: 29, 58 and 81. RGB value is (41,88,129). Sum of RGB (Red+Green+Blue) = 41+88+129=258 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.89% from 258); Green value is 88 (34.77% from 255 or 34.11% from 258); Blue value is 129 (50.78% from 255 or 50% from 258); Max value from RGB is 129 - color contains mainly: blue. Hex color #295881 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295881 is #D6A77E. Grayscale: #4E4E4E. Windows color (decimal): -14067583 or 8476713. OLE color: 8476713.
HSL color Cylindrical-coordinate representation of color #295881: hue angle of 207.95º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #295881 is Cyan = 0.68, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 41 | 88 | 129 | - |
| CMYK | 0.68 | 0.32 | 0 | 0.49 |
| HSL | 207.95º | 0.52% | 0.33% | - |
| HSV(B) | 207.95º | 0.68% | 0.51% | - |
| XYZ | 8.37 | 9.04 | 22.07 | - |
| YUV | 78.62 | 156.43 | 101.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 88 | 129 | 0.68 | 0.32 | 0 | 0.49 | 207.95 | 0.52 | 0.33 |
| Hex | 29 | 58 | 81 | 44 | 20 | 0 | 31 | D0 | 34 | 21 |
| Octal | 51 | 130 | 201 | 104 | 40 | 0 | 61 | 320 | 64 | 41 |
| Binary | 101001 | 1011000 | 10000001 | 1000100 | 100000 | 0 | 110001 | 11010000 | 110100 | 100001 |
Color Harmonies of #295881
Complementary color
Monochromatic Colors of #295881
Black with #295881
Text Example
Text Example
White with #295881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295881; }
p { color: rgb(41,88,129); }
H1.HeaderClassName
{
color: #295881;
}
.AnyTagClassName
{
color: #295881;
}
</style>
background-color css
<style>
a { background-color: #295881; }
a { background-color: rgb(41,88,129); }
div.DivClassName
{
background-color: #295881;
}
.BgClassName
{
background-color: #295881;
}
</style>
border-color css
<style>
span { border-color: #295881; }
span { border-color: rgb(41,88,129); }
td.TdClassName
{
border-color: #295881;
}
.TagClassName
{
border-color: #295881;
}
</style>