Shades of Bahama Blue #28597D
Tints of Bahama Blue #28597D
RGB
CMYK
RGB Variations
Color information
#28597D (or 0x28597D) is known color: Bahama Blue. HEX triplet: 28, 59 and 7D. RGB value is (40,89,125). Sum of RGB (Red+Green+Blue) = 40+89+125=254 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.75% from 254); Green value is 89 (35.16% from 255 or 35.04% from 254); Blue value is 125 (49.22% from 255 or 49.21% from 254); Max value from RGB is 125 - color contains mainly: blue. Hex color #28597D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28597D is #D7A682. Grayscale: #4E4E4E. Windows color (decimal): -14132867 or 8214824. OLE color: 8214824.
HSL color Cylindrical-coordinate representation of color #28597D: hue angle of 205.41º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #28597D is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 40 | 89 | 125 | - |
| CMYK | 0.68 | 0.29 | 0 | 0.51 |
| HSL | 205.41º | 0.52% | 0.32% | - |
| HSV(B) | 205.41º | 0.68% | 0.49% | - |
| XYZ | 8.15 | 9.08 | 20.72 | - |
| YUV | 78.45 | 154.27 | 100.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 89 | 125 | 0.68 | 0.29 | 0 | 0.51 | 205.41 | 0.52 | 0.32 |
| Hex | 28 | 59 | 7D | 44 | 1D | 0 | 33 | CD | 34 | 20 |
| Octal | 50 | 131 | 175 | 104 | 35 | 0 | 63 | 315 | 64 | 40 |
| Binary | 101000 | 1011001 | 1111101 | 1000100 | 11101 | 0 | 110011 | 11001101 | 110100 | 100000 |
Color Harmonies of #28597D
Complementary color
Monochromatic Colors of #28597D
Black with #28597D
Text Example
Text Example
White with #28597D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28597D; }
p { color: rgb(40,89,125); }
H1.HeaderClassName
{
color: #28597D;
}
.AnyTagClassName
{
color: #28597D;
}
</style>
background-color css
<style>
a { background-color: #28597D; }
a { background-color: rgb(40,89,125); }
div.DivClassName
{
background-color: #28597D;
}
.BgClassName
{
background-color: #28597D;
}
</style>
border-color css
<style>
span { border-color: #28597D; }
span { border-color: rgb(40,89,125); }
td.TdClassName
{
border-color: #28597D;
}
.TagClassName
{
border-color: #28597D;
}
</style>