Shades of Bahama Blue #2A6080
Tints of Bahama Blue #2A6080
RGB
CMYK
RGB Variations
Color information
#2A6080 (or 0x2A6080) is known color: Bahama Blue. HEX triplet: 2A, 60 and 80. RGB value is (42,96,128). Sum of RGB (Red+Green+Blue) = 42+96+128=266 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.79% from 266); Green value is 96 (37.89% from 255 or 36.09% from 266); Blue value is 128 (50.39% from 255 or 48.12% from 266); Max value from RGB is 128 - color contains mainly: blue. Hex color #2A6080 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A6080 is #D59F7F. Grayscale: #535353. Windows color (decimal): -14000000 or 8413226. OLE color: 8413226.
HSL color Cylindrical-coordinate representation of color #2A6080: hue angle of 202.33º 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 #2A6080 is Cyan = 0.67, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 42 | 96 | 128 | - |
| CMYK | 0.67 | 0.25 | 0 | 0.50 |
| HSL | 202.33º | 0.51% | 0.33% | - |
| HSV(B) | 202.33º | 0.67% | 0.5% | - |
| XYZ | 9.03 | 10.42 | 21.96 | - |
| YUV | 83.5 | 153.11 | 98.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 96 | 128 | 0.67 | 0.25 | 0 | 0.50 | 202.33 | 0.51 | 0.33 |
| Hex | 2A | 60 | 80 | 43 | 19 | 0 | 32 | CA | 33 | 21 |
| Octal | 52 | 140 | 200 | 103 | 31 | 0 | 62 | 312 | 63 | 41 |
| Binary | 101010 | 1100000 | 10000000 | 1000011 | 11001 | 0 | 110010 | 11001010 | 110011 | 100001 |
Color Harmonies of #2A6080
Complementary color
Monochromatic Colors of #2A6080
Black with #2A6080
Text Example
Text Example
White with #2A6080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6080; }
p { color: rgb(42,96,128); }
H1.HeaderClassName
{
color: #2A6080;
}
.AnyTagClassName
{
color: #2A6080;
}
</style>
background-color css
<style>
a { background-color: #2A6080; }
a { background-color: rgb(42,96,128); }
div.DivClassName
{
background-color: #2A6080;
}
.BgClassName
{
background-color: #2A6080;
}
</style>
border-color css
<style>
span { border-color: #2A6080; }
span { border-color: rgb(42,96,128); }
td.TdClassName
{
border-color: #2A6080;
}
.TagClassName
{
border-color: #2A6080;
}
</style>