Shades of Bahama Blue #28597E
Tints of Bahama Blue #28597E
RGB
CMYK
RGB Variations
Color information
#28597E (or 0x28597E) is known color: Bahama Blue. HEX triplet: 28, 59 and 7E. RGB value is (40,89,126). Sum of RGB (Red+Green+Blue) = 40+89+126=255 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.69% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 126 (49.61% from 255 or 49.41% from 255); Max value from RGB is 126 - color contains mainly: blue. Hex color #28597E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28597E is #D7A681. Grayscale: #4E4E4E. Windows color (decimal): -14132866 or 8280360. OLE color: 8280360.
HSL color Cylindrical-coordinate representation of color #28597E: hue angle of 205.81º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #28597E is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 40 | 89 | 126 | - |
| CMYK | 0.68 | 0.29 | 0 | 0.51 |
| HSL | 205.81º | 0.52% | 0.33% | - |
| HSV(B) | 205.81º | 0.68% | 0.49% | - |
| XYZ | 8.21 | 9.1 | 21.06 | - |
| YUV | 78.57 | 154.77 | 100.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 89 | 126 | 0.68 | 0.29 | 0 | 0.51 | 205.81 | 0.52 | 0.33 |
| Hex | 28 | 59 | 7E | 44 | 1D | 0 | 33 | CE | 34 | 21 |
| Octal | 50 | 131 | 176 | 104 | 35 | 0 | 63 | 316 | 64 | 41 |
| Binary | 101000 | 1011001 | 1111110 | 1000100 | 11101 | 0 | 110011 | 11001110 | 110100 | 100001 |
Color Harmonies of #28597E
Complementary color
Monochromatic Colors of #28597E
Black with #28597E
Text Example
Text Example
White with #28597E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28597E; }
p { color: rgb(40,89,126); }
H1.HeaderClassName
{
color: #28597E;
}
.AnyTagClassName
{
color: #28597E;
}
</style>
background-color css
<style>
a { background-color: #28597E; }
a { background-color: rgb(40,89,126); }
div.DivClassName
{
background-color: #28597E;
}
.BgClassName
{
background-color: #28597E;
}
</style>
border-color css
<style>
span { border-color: #28597E; }
span { border-color: rgb(40,89,126); }
td.TdClassName
{
border-color: #28597E;
}
.TagClassName
{
border-color: #28597E;
}
</style>