Shades of Bahama Blue #2A5E7F
Tints of Bahama Blue #2A5E7F
RGB
CMYK
RGB Variations
Color information
#2A5E7F (or 0x2A5E7F) is known color: Bahama Blue. HEX triplet: 2A, 5E and 7F. RGB value is (42,94,127). Sum of RGB (Red+Green+Blue) = 42+94+127=263 (34% of max value = 765). Red value is 42 (16.80% from 255 or 15.97% from 263); Green value is 94 (37.11% from 255 or 35.74% from 263); Blue value is 127 (50% from 255 or 48.29% from 263); Max value from RGB is 127 - color contains mainly: blue. Hex color #2A5E7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A5E7F is #D5A180. Grayscale: #525252. Windows color (decimal): -14000513 or 8347178. OLE color: 8347178.
HSL color Cylindrical-coordinate representation of color #2A5E7F: hue angle of 203.29º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2A5E7F is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 42 | 94 | 127 | - |
| CMYK | 0.67 | 0.26 | 0 | 0.50 |
| HSL | 203.29º | 0.5% | 0.33% | - |
| HSV(B) | 203.29º | 0.67% | 0.5% | - |
| XYZ | 8.79 | 10.03 | 21.55 | - |
| YUV | 82.21 | 153.27 | 99.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 94 | 127 | 0.67 | 0.26 | 0 | 0.50 | 203.29 | 0.5 | 0.33 |
| Hex | 2A | 5E | 7F | 43 | 1A | 0 | 32 | CB | 32 | 21 |
| Octal | 52 | 136 | 177 | 103 | 32 | 0 | 62 | 313 | 62 | 41 |
| Binary | 101010 | 1011110 | 1111111 | 1000011 | 11010 | 0 | 110010 | 11001011 | 110010 | 100001 |
Color Harmonies of #2A5E7F
Complementary color
Monochromatic Colors of #2A5E7F
Black with #2A5E7F
Text Example
Text Example
White with #2A5E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5E7F; }
p { color: rgb(42,94,127); }
H1.HeaderClassName
{
color: #2A5E7F;
}
.AnyTagClassName
{
color: #2A5E7F;
}
</style>
background-color css
<style>
a { background-color: #2A5E7F; }
a { background-color: rgb(42,94,127); }
div.DivClassName
{
background-color: #2A5E7F;
}
.BgClassName
{
background-color: #2A5E7F;
}
</style>
border-color css
<style>
span { border-color: #2A5E7F; }
span { border-color: rgb(42,94,127); }
td.TdClassName
{
border-color: #2A5E7F;
}
.TagClassName
{
border-color: #2A5E7F;
}
</style>