Shades of Bahama Blue #295581
Tints of Bahama Blue #295581
RGB
CMYK
RGB Variations
Color information
#295581 (or 0x295581) is known color: Bahama Blue. HEX triplet: 29, 55 and 81. RGB value is (41,85,129). Sum of RGB (Red+Green+Blue) = 41+85+129=255 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.08% from 255); Green value is 85 (33.59% from 255 or 33.33% from 255); Blue value is 129 (50.78% from 255 or 50.59% from 255); Max value from RGB is 129 - color contains mainly: blue. Hex color #295581 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295581 is #D6AA7E. Grayscale: #4C4C4C. Windows color (decimal): -14068351 or 8475945. OLE color: 8475945.
HSL color Cylindrical-coordinate representation of color #295581: hue angle of 210º 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 #295581 is Cyan = 0.68, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 41 | 85 | 129 | - |
| CMYK | 0.68 | 0.34 | 0 | 0.49 |
| HSL | 210º | 0.52% | 0.33% | - |
| HSV(B) | 210º | 0.68% | 0.51% | - |
| XYZ | 8.13 | 8.55 | 21.99 | - |
| YUV | 76.86 | 157.42 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 85 | 129 | 0.68 | 0.34 | 0 | 0.49 | 210 | 0.52 | 0.33 |
| Hex | 29 | 55 | 81 | 44 | 22 | 0 | 31 | D2 | 34 | 21 |
| Octal | 51 | 125 | 201 | 104 | 42 | 0 | 61 | 322 | 64 | 41 |
| Binary | 101001 | 1010101 | 10000001 | 1000100 | 100010 | 0 | 110001 | 11010010 | 110100 | 100001 |
Color Harmonies of #295581
Complementary color
Monochromatic Colors of #295581
Black with #295581
Text Example
Text Example
White with #295581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295581; }
p { color: rgb(41,85,129); }
H1.HeaderClassName
{
color: #295581;
}
.AnyTagClassName
{
color: #295581;
}
</style>
background-color css
<style>
a { background-color: #295581; }
a { background-color: rgb(41,85,129); }
div.DivClassName
{
background-color: #295581;
}
.BgClassName
{
background-color: #295581;
}
</style>
border-color css
<style>
span { border-color: #295581; }
span { border-color: rgb(41,85,129); }
td.TdClassName
{
border-color: #295581;
}
.TagClassName
{
border-color: #295581;
}
</style>