Shades of Bahama Blue #2A597D
Tints of Bahama Blue #2A597D
RGB
CMYK
RGB Variations
Color information
#2A597D (or 0x2A597D) is known color: Bahama Blue. HEX triplet: 2A, 59 and 7D. RGB value is (42,89,125). Sum of RGB (Red+Green+Blue) = 42+89+125=256 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.41% from 256); Green value is 89 (35.16% from 255 or 34.77% from 256); Blue value is 125 (49.22% from 255 or 48.83% from 256); Max value from RGB is 125 - color contains mainly: blue. Hex color #2A597D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A597D is #D5A682. Grayscale: #4E4E4E. Windows color (decimal): -14001795 or 8214826. OLE color: 8214826.
HSL color Cylindrical-coordinate representation of color #2A597D: hue angle of 206.02º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2A597D is Cyan = 0.66, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 42 | 89 | 125 | - |
| CMYK | 0.66 | 0.29 | 0 | 0.51 |
| HSL | 206.02º | 0.5% | 0.33% | - |
| HSV(B) | 206.02º | 0.66% | 0.49% | - |
| XYZ | 8.23 | 9.12 | 20.73 | - |
| YUV | 79.05 | 153.93 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 89 | 125 | 0.66 | 0.29 | 0 | 0.51 | 206.02 | 0.5 | 0.33 |
| Hex | 2A | 59 | 7D | 42 | 1D | 0 | 33 | CE | 32 | 21 |
| Octal | 52 | 131 | 175 | 102 | 35 | 0 | 63 | 316 | 62 | 41 |
| Binary | 101010 | 1011001 | 1111101 | 1000010 | 11101 | 0 | 110011 | 11001110 | 110010 | 100001 |
Color Harmonies of #2A597D
Complementary color
Monochromatic Colors of #2A597D
Black with #2A597D
Text Example
Text Example
White with #2A597D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A597D; }
p { color: rgb(42,89,125); }
H1.HeaderClassName
{
color: #2A597D;
}
.AnyTagClassName
{
color: #2A597D;
}
</style>
background-color css
<style>
a { background-color: #2A597D; }
a { background-color: rgb(42,89,125); }
div.DivClassName
{
background-color: #2A597D;
}
.BgClassName
{
background-color: #2A597D;
}
</style>
border-color css
<style>
span { border-color: #2A597D; }
span { border-color: rgb(42,89,125); }
td.TdClassName
{
border-color: #2A597D;
}
.TagClassName
{
border-color: #2A597D;
}
</style>