Shades of Bahama Blue #295D84
Tints of Bahama Blue #295D84
RGB
CMYK
RGB Variations
Color information
#295D84 (or 0x295D84) is known color: Bahama Blue. HEX triplet: 29, 5D and 84. RGB value is (41,93,132). Sum of RGB (Red+Green+Blue) = 41+93+132=266 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.41% from 266); Green value is 93 (36.72% from 255 or 34.96% from 266); Blue value is 132 (51.95% from 255 or 49.62% from 266); Max value from RGB is 132 - color contains mainly: blue. Hex color #295D84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295D84 is #D6A27B. Grayscale: #515151. Windows color (decimal): -14066300 or 8674601. OLE color: 8674601.
HSL color Cylindrical-coordinate representation of color #295D84: hue angle of 205.71º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #295D84 is Cyan = 0.69, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 41 | 93 | 132 | - |
| CMYK | 0.69 | 0.30 | 0 | 0.48 |
| HSL | 205.71º | 0.53% | 0.34% | - |
| HSV(B) | 205.71º | 0.69% | 0.52% | - |
| XYZ | 8.99 | 9.97 | 23.28 | - |
| YUV | 81.9 | 156.27 | 98.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 93 | 132 | 0.69 | 0.30 | 0 | 0.48 | 205.71 | 0.53 | 0.34 |
| Hex | 29 | 5D | 84 | 45 | 1E | 0 | 30 | CE | 35 | 22 |
| Octal | 51 | 135 | 204 | 105 | 36 | 0 | 60 | 316 | 65 | 42 |
| Binary | 101001 | 1011101 | 10000100 | 1000101 | 11110 | 0 | 110000 | 11001110 | 110101 | 100010 |
Color Harmonies of #295D84
Complementary color
Monochromatic Colors of #295D84
Black with #295D84
Text Example
Text Example
White with #295D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295D84; }
p { color: rgb(41,93,132); }
H1.HeaderClassName
{
color: #295D84;
}
.AnyTagClassName
{
color: #295D84;
}
</style>
background-color css
<style>
a { background-color: #295D84; }
a { background-color: rgb(41,93,132); }
div.DivClassName
{
background-color: #295D84;
}
.BgClassName
{
background-color: #295D84;
}
</style>
border-color css
<style>
span { border-color: #295D84; }
span { border-color: rgb(41,93,132); }
td.TdClassName
{
border-color: #295D84;
}
.TagClassName
{
border-color: #295D84;
}
</style>