Shades of Bahama Blue #295B7C
Tints of Bahama Blue #295B7C
RGB
CMYK
RGB Variations
Color information
#295B7C (or 0x295B7C) is known color: Bahama Blue. HEX triplet: 29, 5B and 7C. RGB value is (41,91,124). Sum of RGB (Red+Green+Blue) = 41+91+124=256 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.02% from 256); Green value is 91 (35.94% from 255 or 35.55% from 256); Blue value is 124 (48.83% from 255 or 48.44% from 256); Max value from RGB is 124 - color contains mainly: blue. Hex color #295B7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295B7C is #D6A483. Grayscale: #4F4F4F. Windows color (decimal): -14066820 or 8149801. OLE color: 8149801.
HSL color Cylindrical-coordinate representation of color #295B7C: hue angle of 203.86º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #295B7C is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 41 | 91 | 124 | - |
| CMYK | 0.67 | 0.27 | 0 | 0.51 |
| HSL | 203.86º | 0.5% | 0.32% | - |
| HSV(B) | 203.86º | 0.67% | 0.49% | - |
| XYZ | 8.29 | 9.41 | 20.45 | - |
| YUV | 79.81 | 152.94 | 100.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 91 | 124 | 0.67 | 0.27 | 0 | 0.51 | 203.86 | 0.5 | 0.32 |
| Hex | 29 | 5B | 7C | 43 | 1B | 0 | 33 | CC | 32 | 20 |
| Octal | 51 | 133 | 174 | 103 | 33 | 0 | 63 | 314 | 62 | 40 |
| Binary | 101001 | 1011011 | 1111100 | 1000011 | 11011 | 0 | 110011 | 11001100 | 110010 | 100000 |
Color Harmonies of #295B7C
Complementary color
Monochromatic Colors of #295B7C
Black with #295B7C
Text Example
Text Example
White with #295B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295B7C; }
p { color: rgb(41,91,124); }
H1.HeaderClassName
{
color: #295B7C;
}
.AnyTagClassName
{
color: #295B7C;
}
</style>
background-color css
<style>
a { background-color: #295B7C; }
a { background-color: rgb(41,91,124); }
div.DivClassName
{
background-color: #295B7C;
}
.BgClassName
{
background-color: #295B7C;
}
</style>
border-color css
<style>
span { border-color: #295B7C; }
span { border-color: rgb(41,91,124); }
td.TdClassName
{
border-color: #295B7C;
}
.TagClassName
{
border-color: #295B7C;
}
</style>