Shades of Bahama Blue #2B5E7F
Tints of Bahama Blue #2B5E7F
RGB
CMYK
RGB Variations
Color information
#2B5E7F (or 0x2B5E7F) is known color: Bahama Blue. HEX triplet: 2B, 5E and 7F. RGB value is (43,94,127). Sum of RGB (Red+Green+Blue) = 43+94+127=264 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.29% from 264); Green value is 94 (37.11% from 255 or 35.61% from 264); Blue value is 127 (50% from 255 or 48.11% from 264); Max value from RGB is 127 - color contains mainly: blue. Hex color #2B5E7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5E7F is #D4A180. Grayscale: #525252. Windows color (decimal): -13934977 or 8347179. OLE color: 8347179.
HSL color Cylindrical-coordinate representation of color #2B5E7F: hue angle of 203.57º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2B5E7F is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 43 | 94 | 127 | - |
| CMYK | 0.66 | 0.26 | 0 | 0.50 |
| HSL | 203.57º | 0.49% | 0.33% | - |
| HSV(B) | 203.57º | 0.66% | 0.5% | - |
| XYZ | 8.83 | 10.05 | 21.55 | - |
| YUV | 82.51 | 153.1 | 99.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 94 | 127 | 0.66 | 0.26 | 0 | 0.50 | 203.57 | 0.49 | 0.33 |
| Hex | 2B | 5E | 7F | 42 | 1A | 0 | 32 | CC | 31 | 21 |
| Octal | 53 | 136 | 177 | 102 | 32 | 0 | 62 | 314 | 61 | 41 |
| Binary | 101011 | 1011110 | 1111111 | 1000010 | 11010 | 0 | 110010 | 11001100 | 110001 | 100001 |
Color Harmonies of #2B5E7F
Complementary color
Monochromatic Colors of #2B5E7F
Black with #2B5E7F
Text Example
Text Example
White with #2B5E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5E7F; }
p { color: rgb(43,94,127); }
H1.HeaderClassName
{
color: #2B5E7F;
}
.AnyTagClassName
{
color: #2B5E7F;
}
</style>
background-color css
<style>
a { background-color: #2B5E7F; }
a { background-color: rgb(43,94,127); }
div.DivClassName
{
background-color: #2B5E7F;
}
.BgClassName
{
background-color: #2B5E7F;
}
</style>
border-color css
<style>
span { border-color: #2B5E7F; }
span { border-color: rgb(43,94,127); }
td.TdClassName
{
border-color: #2B5E7F;
}
.TagClassName
{
border-color: #2B5E7F;
}
</style>