Shades of Bahama Blue #2A5680
Tints of Bahama Blue #2A5680
RGB
CMYK
RGB Variations
Color information
#2A5680 (or 0x2A5680) is known color: Bahama Blue. HEX triplet: 2A, 56 and 80. RGB value is (42,86,128). Sum of RGB (Red+Green+Blue) = 42+86+128=256 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.41% from 256); Green value is 86 (33.98% from 255 or 33.59% from 256); Blue value is 128 (50.39% from 255 or 50% from 256); Max value from RGB is 128 - color contains mainly: blue. Hex color #2A5680 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A5680 is #D5A97F. Grayscale: #4D4D4D. Windows color (decimal): -14002560 or 8410666. OLE color: 8410666.
HSL color Cylindrical-coordinate representation of color #2A5680: hue angle of 209.3º degrees, saturation: 0.51, 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 #2A5680 is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 42 | 86 | 128 | - |
| CMYK | 0.67 | 0.33 | 0 | 0.50 |
| HSL | 209.3º | 0.51% | 0.33% | - |
| HSV(B) | 209.3º | 0.67% | 0.5% | - |
| XYZ | 8.18 | 8.71 | 21.67 | - |
| YUV | 77.63 | 156.42 | 102.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 86 | 128 | 0.67 | 0.33 | 0 | 0.50 | 209.3 | 0.51 | 0.33 |
| Hex | 2A | 56 | 80 | 43 | 21 | 0 | 32 | D1 | 33 | 21 |
| Octal | 52 | 126 | 200 | 103 | 41 | 0 | 62 | 321 | 63 | 41 |
| Binary | 101010 | 1010110 | 10000000 | 1000011 | 100001 | 0 | 110010 | 11010001 | 110011 | 100001 |
Color Harmonies of #2A5680
Complementary color
Monochromatic Colors of #2A5680
Black with #2A5680
Text Example
Text Example
White with #2A5680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5680; }
p { color: rgb(42,86,128); }
H1.HeaderClassName
{
color: #2A5680;
}
.AnyTagClassName
{
color: #2A5680;
}
</style>
background-color css
<style>
a { background-color: #2A5680; }
a { background-color: rgb(42,86,128); }
div.DivClassName
{
background-color: #2A5680;
}
.BgClassName
{
background-color: #2A5680;
}
</style>
border-color css
<style>
span { border-color: #2A5680; }
span { border-color: rgb(42,86,128); }
td.TdClassName
{
border-color: #2A5680;
}
.TagClassName
{
border-color: #2A5680;
}
</style>