Shades of Bahama Blue #295B7B
Tints of Bahama Blue #295B7B
RGB
CMYK
RGB Variations
Color information
#295B7B (or 0x295B7B) is known color: Bahama Blue. HEX triplet: 29, 5B and 7B. RGB value is (41,91,123). Sum of RGB (Red+Green+Blue) = 41+91+123=255 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.08% from 255); Green value is 91 (35.94% from 255 or 35.69% from 255); Blue value is 123 (48.44% from 255 or 48.24% from 255); Max value from RGB is 123 - color contains mainly: blue. Hex color #295B7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295B7B is #D6A484. Grayscale: #4F4F4F. Windows color (decimal): -14066821 or 8084265. OLE color: 8084265.
HSL color Cylindrical-coordinate representation of color #295B7B: hue angle of 203.41º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #295B7B is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 41 | 91 | 123 | - |
| CMYK | 0.67 | 0.26 | 0 | 0.52 |
| HSL | 203.41º | 0.5% | 0.32% | - |
| HSV(B) | 203.41º | 0.67% | 0.48% | - |
| XYZ | 8.23 | 9.38 | 20.12 | - |
| YUV | 79.7 | 152.44 | 100.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 91 | 123 | 0.67 | 0.26 | 0 | 0.52 | 203.41 | 0.5 | 0.32 |
| Hex | 29 | 5B | 7B | 43 | 1A | 0 | 34 | CB | 32 | 20 |
| Octal | 51 | 133 | 173 | 103 | 32 | 0 | 64 | 313 | 62 | 40 |
| Binary | 101001 | 1011011 | 1111011 | 1000011 | 11010 | 0 | 110100 | 11001011 | 110010 | 100000 |
Color Harmonies of #295B7B
Complementary color
Monochromatic Colors of #295B7B
Black with #295B7B
Text Example
Text Example
White with #295B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295B7B; }
p { color: rgb(41,91,123); }
H1.HeaderClassName
{
color: #295B7B;
}
.AnyTagClassName
{
color: #295B7B;
}
</style>
background-color css
<style>
a { background-color: #295B7B; }
a { background-color: rgb(41,91,123); }
div.DivClassName
{
background-color: #295B7B;
}
.BgClassName
{
background-color: #295B7B;
}
</style>
border-color css
<style>
span { border-color: #295B7B; }
span { border-color: rgb(41,91,123); }
td.TdClassName
{
border-color: #295B7B;
}
.TagClassName
{
border-color: #295B7B;
}
</style>