Shades of Bahama Blue #2A6181
Tints of Bahama Blue #2A6181
RGB
CMYK
RGB Variations
Color information
#2A6181 (or 0x2A6181) is known color: Bahama Blue. HEX triplet: 2A, 61 and 81. RGB value is (42,97,129). Sum of RGB (Red+Green+Blue) = 42+97+129=268 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.67% from 268); Green value is 97 (38.28% from 255 or 36.19% from 268); Blue value is 129 (50.78% from 255 or 48.13% from 268); Max value from RGB is 129 - color contains mainly: blue. Hex color #2A6181 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A6181 is #D59E7E. Grayscale: #545454. Windows color (decimal): -13999743 or 8479018. OLE color: 8479018.
HSL color Cylindrical-coordinate representation of color #2A6181: hue angle of 202.07º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2A6181 is Cyan = 0.67, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 42 | 97 | 129 | - |
| CMYK | 0.67 | 0.25 | 0 | 0.49 |
| HSL | 202.07º | 0.51% | 0.34% | - |
| HSV(B) | 202.07º | 0.67% | 0.51% | - |
| XYZ | 9.19 | 10.63 | 22.34 | - |
| YUV | 84.2 | 153.28 | 97.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 97 | 129 | 0.67 | 0.25 | 0 | 0.49 | 202.07 | 0.51 | 0.34 |
| Hex | 2A | 61 | 81 | 43 | 19 | 0 | 31 | CA | 33 | 22 |
| Octal | 52 | 141 | 201 | 103 | 31 | 0 | 61 | 312 | 63 | 42 |
| Binary | 101010 | 1100001 | 10000001 | 1000011 | 11001 | 0 | 110001 | 11001010 | 110011 | 100010 |
Color Harmonies of #2A6181
Complementary color
Monochromatic Colors of #2A6181
Black with #2A6181
Text Example
Text Example
White with #2A6181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6181; }
p { color: rgb(42,97,129); }
H1.HeaderClassName
{
color: #2A6181;
}
.AnyTagClassName
{
color: #2A6181;
}
</style>
background-color css
<style>
a { background-color: #2A6181; }
a { background-color: rgb(42,97,129); }
div.DivClassName
{
background-color: #2A6181;
}
.BgClassName
{
background-color: #2A6181;
}
</style>
border-color css
<style>
span { border-color: #2A6181; }
span { border-color: rgb(42,97,129); }
td.TdClassName
{
border-color: #2A6181;
}
.TagClassName
{
border-color: #2A6181;
}
</style>