Shades of Bahama Blue #296485
Tints of Bahama Blue #296485
RGB
CMYK
RGB Variations
Color information
#296485 (or 0x296485) is known color: Bahama Blue. HEX triplet: 29, 64 and 85. RGB value is (41,100,133). Sum of RGB (Red+Green+Blue) = 41+100+133=274 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.96% from 274); Green value is 100 (39.45% from 255 or 36.50% from 274); Blue value is 133 (52.34% from 255 or 48.54% from 274); Max value from RGB is 133 - color contains mainly: blue. Hex color #296485 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296485 is #D69B7A. Grayscale: #555555. Windows color (decimal): -14064507 or 8741929. OLE color: 8741929.
HSL color Cylindrical-coordinate representation of color #296485: hue angle of 201.52º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #296485 is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 41 | 100 | 133 | - |
| CMYK | 0.69 | 0.25 | 0 | 0.48 |
| HSL | 201.52º | 0.53% | 0.34% | - |
| HSV(B) | 201.52º | 0.69% | 0.52% | - |
| XYZ | 9.71 | 11.28 | 23.86 | - |
| YUV | 86.12 | 154.45 | 95.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 100 | 133 | 0.69 | 0.25 | 0 | 0.48 | 201.52 | 0.53 | 0.34 |
| Hex | 29 | 64 | 85 | 45 | 19 | 0 | 30 | CA | 35 | 22 |
| Octal | 51 | 144 | 205 | 105 | 31 | 0 | 60 | 312 | 65 | 42 |
| Binary | 101001 | 1100100 | 10000101 | 1000101 | 11001 | 0 | 110000 | 11001010 | 110101 | 100010 |
Color Harmonies of #296485
Complementary color
Monochromatic Colors of #296485
Black with #296485
Text Example
Text Example
White with #296485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296485; }
p { color: rgb(41,100,133); }
H1.HeaderClassName
{
color: #296485;
}
.AnyTagClassName
{
color: #296485;
}
</style>
background-color css
<style>
a { background-color: #296485; }
a { background-color: rgb(41,100,133); }
div.DivClassName
{
background-color: #296485;
}
.BgClassName
{
background-color: #296485;
}
</style>
border-color css
<style>
span { border-color: #296485; }
span { border-color: rgb(41,100,133); }
td.TdClassName
{
border-color: #296485;
}
.TagClassName
{
border-color: #296485;
}
</style>