Shades of Bahama Blue #295C7F
Tints of Bahama Blue #295C7F
RGB
CMYK
RGB Variations
Color information
#295C7F (or 0x295C7F) is known color: Bahama Blue. HEX triplet: 29, 5C and 7F. RGB value is (41,92,127). Sum of RGB (Red+Green+Blue) = 41+92+127=260 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.77% from 260); Green value is 92 (36.33% from 255 or 35.38% from 260); Blue value is 127 (50% from 255 or 48.85% from 260); Max value from RGB is 127 - color contains mainly: blue. Hex color #295C7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295C7F is #D6A380. Grayscale: #505050. Windows color (decimal): -14066561 or 8346665. OLE color: 8346665.
HSL color Cylindrical-coordinate representation of color #295C7F: hue angle of 204.42º 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 #295C7F is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 41 | 92 | 127 | - |
| CMYK | 0.68 | 0.28 | 0 | 0.50 |
| HSL | 204.42º | 0.51% | 0.33% | - |
| HSV(B) | 204.42º | 0.68% | 0.5% | - |
| XYZ | 8.57 | 9.66 | 21.49 | - |
| YUV | 80.74 | 154.1 | 99.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 92 | 127 | 0.68 | 0.28 | 0 | 0.50 | 204.42 | 0.51 | 0.33 |
| Hex | 29 | 5C | 7F | 44 | 1C | 0 | 32 | CC | 33 | 21 |
| Octal | 51 | 134 | 177 | 104 | 34 | 0 | 62 | 314 | 63 | 41 |
| Binary | 101001 | 1011100 | 1111111 | 1000100 | 11100 | 0 | 110010 | 11001100 | 110011 | 100001 |
Color Harmonies of #295C7F
Complementary color
Monochromatic Colors of #295C7F
Black with #295C7F
Text Example
Text Example
White with #295C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295C7F; }
p { color: rgb(41,92,127); }
H1.HeaderClassName
{
color: #295C7F;
}
.AnyTagClassName
{
color: #295C7F;
}
</style>
background-color css
<style>
a { background-color: #295C7F; }
a { background-color: rgb(41,92,127); }
div.DivClassName
{
background-color: #295C7F;
}
.BgClassName
{
background-color: #295C7F;
}
</style>
border-color css
<style>
span { border-color: #295C7F; }
span { border-color: rgb(41,92,127); }
td.TdClassName
{
border-color: #295C7F;
}
.TagClassName
{
border-color: #295C7F;
}
</style>