Shades of Bahama Blue #295C84
Tints of Bahama Blue #295C84
RGB
CMYK
RGB Variations
Color information
#295C84 (or 0x295C84) is known color: Bahama Blue. HEX triplet: 29, 5C and 84. RGB value is (41,92,132). Sum of RGB (Red+Green+Blue) = 41+92+132=265 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.47% from 265); Green value is 92 (36.33% from 255 or 34.72% from 265); Blue value is 132 (51.95% from 255 or 49.81% from 265); Max value from RGB is 132 - color contains mainly: blue. Hex color #295C84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295C84 is #D6A37B. Grayscale: #515151. Windows color (decimal): -14066556 or 8674345. OLE color: 8674345.
HSL color Cylindrical-coordinate representation of color #295C84: hue angle of 206.37º 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 #295C84 is Cyan = 0.69, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 41 | 92 | 132 | - |
| CMYK | 0.69 | 0.30 | 0 | 0.48 |
| HSL | 206.37º | 0.53% | 0.34% | - |
| HSV(B) | 206.37º | 0.69% | 0.52% | - |
| XYZ | 8.91 | 9.79 | 23.25 | - |
| YUV | 81.31 | 156.6 | 99.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 92 | 132 | 0.69 | 0.30 | 0 | 0.48 | 206.37 | 0.53 | 0.34 |
| Hex | 29 | 5C | 84 | 45 | 1E | 0 | 30 | CE | 35 | 22 |
| Octal | 51 | 134 | 204 | 105 | 36 | 0 | 60 | 316 | 65 | 42 |
| Binary | 101001 | 1011100 | 10000100 | 1000101 | 11110 | 0 | 110000 | 11001110 | 110101 | 100010 |
Color Harmonies of #295C84
Complementary color
Monochromatic Colors of #295C84
Black with #295C84
Text Example
Text Example
White with #295C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295C84; }
p { color: rgb(41,92,132); }
H1.HeaderClassName
{
color: #295C84;
}
.AnyTagClassName
{
color: #295C84;
}
</style>
background-color css
<style>
a { background-color: #295C84; }
a { background-color: rgb(41,92,132); }
div.DivClassName
{
background-color: #295C84;
}
.BgClassName
{
background-color: #295C84;
}
</style>
border-color css
<style>
span { border-color: #295C84; }
span { border-color: rgb(41,92,132); }
td.TdClassName
{
border-color: #295C84;
}
.TagClassName
{
border-color: #295C84;
}
</style>