Shades of Bahama Blue #295B7D
Tints of Bahama Blue #295B7D
RGB
CMYK
RGB Variations
Color information
#295B7D (or 0x295B7D) is known color: Bahama Blue. HEX triplet: 29, 5B and 7D. RGB value is (41,91,125). Sum of RGB (Red+Green+Blue) = 41+91+125=257 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.95% from 257); Green value is 91 (35.94% from 255 or 35.41% from 257); Blue value is 125 (49.22% from 255 or 48.64% from 257); Max value from RGB is 125 - color contains mainly: blue. Hex color #295B7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295B7D is #D6A482. Grayscale: #4F4F4F. Windows color (decimal): -14066819 or 8215337. OLE color: 8215337.
HSL color Cylindrical-coordinate representation of color #295B7D: hue angle of 204.29º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #295B7D is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 41 | 91 | 125 | - |
| CMYK | 0.67 | 0.27 | 0 | 0.51 |
| HSL | 204.29º | 0.51% | 0.33% | - |
| HSV(B) | 204.29º | 0.67% | 0.49% | - |
| XYZ | 8.36 | 9.43 | 20.78 | - |
| YUV | 79.93 | 153.44 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 91 | 125 | 0.67 | 0.27 | 0 | 0.51 | 204.29 | 0.51 | 0.33 |
| Hex | 29 | 5B | 7D | 43 | 1B | 0 | 33 | CC | 33 | 21 |
| Octal | 51 | 133 | 175 | 103 | 33 | 0 | 63 | 314 | 63 | 41 |
| Binary | 101001 | 1011011 | 1111101 | 1000011 | 11011 | 0 | 110011 | 11001100 | 110011 | 100001 |
Color Harmonies of #295B7D
Complementary color
Monochromatic Colors of #295B7D
Black with #295B7D
Text Example
Text Example
White with #295B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295B7D; }
p { color: rgb(41,91,125); }
H1.HeaderClassName
{
color: #295B7D;
}
.AnyTagClassName
{
color: #295B7D;
}
</style>
background-color css
<style>
a { background-color: #295B7D; }
a { background-color: rgb(41,91,125); }
div.DivClassName
{
background-color: #295B7D;
}
.BgClassName
{
background-color: #295B7D;
}
</style>
border-color css
<style>
span { border-color: #295B7D; }
span { border-color: rgb(41,91,125); }
td.TdClassName
{
border-color: #295B7D;
}
.TagClassName
{
border-color: #295B7D;
}
</style>