Shades of Bahama Blue #295480
Tints of Bahama Blue #295480
RGB
CMYK
RGB Variations
Color information
#295480 (or 0x295480) is known color: Bahama Blue. HEX triplet: 29, 54 and 80. RGB value is (41,84,128). Sum of RGB (Red+Green+Blue) = 41+84+128=253 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.21% from 253); Green value is 84 (33.20% from 255 or 33.20% from 253); Blue value is 128 (50.39% from 255 or 50.59% from 253); Max value from RGB is 128 - color contains mainly: blue. Hex color #295480 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295480 is #D6AB7F. Grayscale: #4B4B4B. Windows color (decimal): -14068608 or 8410153. OLE color: 8410153.
HSL color Cylindrical-coordinate representation of color #295480: hue angle of 210.34º 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 #295480 is Cyan = 0.68, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 41 | 84 | 128 | - |
| CMYK | 0.68 | 0.34 | 0 | 0.50 |
| HSL | 210.34º | 0.51% | 0.33% | - |
| HSV(B) | 210.34º | 0.68% | 0.5% | - |
| XYZ | 7.98 | 8.37 | 21.62 | - |
| YUV | 76.16 | 157.25 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 84 | 128 | 0.68 | 0.34 | 0 | 0.50 | 210.34 | 0.51 | 0.33 |
| Hex | 29 | 54 | 80 | 44 | 22 | 0 | 32 | D2 | 33 | 21 |
| Octal | 51 | 124 | 200 | 104 | 42 | 0 | 62 | 322 | 63 | 41 |
| Binary | 101001 | 1010100 | 10000000 | 1000100 | 100010 | 0 | 110010 | 11010010 | 110011 | 100001 |
Color Harmonies of #295480
Complementary color
Monochromatic Colors of #295480
Black with #295480
Text Example
Text Example
White with #295480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295480; }
p { color: rgb(41,84,128); }
H1.HeaderClassName
{
color: #295480;
}
.AnyTagClassName
{
color: #295480;
}
</style>
background-color css
<style>
a { background-color: #295480; }
a { background-color: rgb(41,84,128); }
div.DivClassName
{
background-color: #295480;
}
.BgClassName
{
background-color: #295480;
}
</style>
border-color css
<style>
span { border-color: #295480; }
span { border-color: rgb(41,84,128); }
td.TdClassName
{
border-color: #295480;
}
.TagClassName
{
border-color: #295480;
}
</style>