Shades of Bahama Blue #295E7F
Tints of Bahama Blue #295E7F
RGB
CMYK
RGB Variations
Color information
#295E7F (or 0x295E7F) is known color: Bahama Blue. HEX triplet: 29, 5E and 7F. RGB value is (41,94,127). Sum of RGB (Red+Green+Blue) = 41+94+127=262 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.65% from 262); Green value is 94 (37.11% from 255 or 35.88% from 262); Blue value is 127 (50% from 255 or 48.47% from 262); Max value from RGB is 127 - color contains mainly: blue. Hex color #295E7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295E7F is #D6A180. Grayscale: #515151. Windows color (decimal): -14066049 or 8347177. OLE color: 8347177.
HSL color Cylindrical-coordinate representation of color #295E7F: hue angle of 203.02º 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 #295E7F is Cyan = 0.68, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 41 | 94 | 127 | - |
| CMYK | 0.68 | 0.26 | 0 | 0.50 |
| HSL | 203.02º | 0.51% | 0.33% | - |
| HSV(B) | 203.02º | 0.68% | 0.5% | - |
| XYZ | 8.75 | 10.01 | 21.55 | - |
| YUV | 81.92 | 153.44 | 98.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 94 | 127 | 0.68 | 0.26 | 0 | 0.50 | 203.02 | 0.51 | 0.33 |
| Hex | 29 | 5E | 7F | 44 | 1A | 0 | 32 | CB | 33 | 21 |
| Octal | 51 | 136 | 177 | 104 | 32 | 0 | 62 | 313 | 63 | 41 |
| Binary | 101001 | 1011110 | 1111111 | 1000100 | 11010 | 0 | 110010 | 11001011 | 110011 | 100001 |
Color Harmonies of #295E7F
Complementary color
Monochromatic Colors of #295E7F
Black with #295E7F
Text Example
Text Example
White with #295E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295E7F; }
p { color: rgb(41,94,127); }
H1.HeaderClassName
{
color: #295E7F;
}
.AnyTagClassName
{
color: #295E7F;
}
</style>
background-color css
<style>
a { background-color: #295E7F; }
a { background-color: rgb(41,94,127); }
div.DivClassName
{
background-color: #295E7F;
}
.BgClassName
{
background-color: #295E7F;
}
</style>
border-color css
<style>
span { border-color: #295E7F; }
span { border-color: rgb(41,94,127); }
td.TdClassName
{
border-color: #295E7F;
}
.TagClassName
{
border-color: #295E7F;
}
</style>