Shades of Bahama Blue #295A83
Tints of Bahama Blue #295A83
RGB
CMYK
RGB Variations
Color information
#295A83 (or 0x295A83) is known color: Bahama Blue. HEX triplet: 29, 5A and 83. RGB value is (41,90,131). Sum of RGB (Red+Green+Blue) = 41+90+131=262 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.65% from 262); Green value is 90 (35.55% from 255 or 34.35% from 262); Blue value is 131 (51.56% from 255 or 50% from 262); Max value from RGB is 131 - color contains mainly: blue. Hex color #295A83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295A83 is #D6A57C. Grayscale: #4F4F4F. Windows color (decimal): -14067069 or 8608297. OLE color: 8608297.
HSL color Cylindrical-coordinate representation of color #295A83: hue angle of 207.33º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #295A83 is Cyan = 0.69, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 41 | 90 | 131 | - |
| CMYK | 0.69 | 0.31 | 0 | 0.49 |
| HSL | 207.33º | 0.52% | 0.34% | - |
| HSV(B) | 207.33º | 0.69% | 0.51% | - |
| XYZ | 8.67 | 9.42 | 22.83 | - |
| YUV | 80.02 | 156.77 | 100.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 90 | 131 | 0.69 | 0.31 | 0 | 0.49 | 207.33 | 0.52 | 0.34 |
| Hex | 29 | 5A | 83 | 45 | 1F | 0 | 31 | CF | 34 | 22 |
| Octal | 51 | 132 | 203 | 105 | 37 | 0 | 61 | 317 | 64 | 42 |
| Binary | 101001 | 1011010 | 10000011 | 1000101 | 11111 | 0 | 110001 | 11001111 | 110100 | 100010 |
Color Harmonies of #295A83
Complementary color
Monochromatic Colors of #295A83
Black with #295A83
Text Example
Text Example
White with #295A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295A83; }
p { color: rgb(41,90,131); }
H1.HeaderClassName
{
color: #295A83;
}
.AnyTagClassName
{
color: #295A83;
}
</style>
background-color css
<style>
a { background-color: #295A83; }
a { background-color: rgb(41,90,131); }
div.DivClassName
{
background-color: #295A83;
}
.BgClassName
{
background-color: #295A83;
}
</style>
border-color css
<style>
span { border-color: #295A83; }
span { border-color: rgb(41,90,131); }
td.TdClassName
{
border-color: #295A83;
}
.TagClassName
{
border-color: #295A83;
}
</style>