Shades of Bahama Blue #28587D
Tints of Bahama Blue #28587D
RGB
CMYK
RGB Variations
Color information
#28587D (or 0x28587D) is known color: Bahama Blue. HEX triplet: 28, 58 and 7D. RGB value is (40,88,125). Sum of RGB (Red+Green+Blue) = 40+88+125=253 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.81% from 253); Green value is 88 (34.77% from 255 or 34.78% from 253); Blue value is 125 (49.22% from 255 or 49.41% from 253); Max value from RGB is 125 - color contains mainly: blue. Hex color #28587D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28587D is #D7A782. Grayscale: #4D4D4D. Windows color (decimal): -14133123 or 8214568. OLE color: 8214568.
HSL color Cylindrical-coordinate representation of color #28587D: hue angle of 206.12º 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 #28587D is Cyan = 0.68, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 40 | 88 | 125 | - |
| CMYK | 0.68 | 0.30 | 0 | 0.51 |
| HSL | 206.12º | 0.52% | 0.32% | - |
| HSV(B) | 206.12º | 0.68% | 0.49% | - |
| XYZ | 8.07 | 8.91 | 20.7 | - |
| YUV | 77.87 | 154.6 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 88 | 125 | 0.68 | 0.30 | 0 | 0.51 | 206.12 | 0.52 | 0.32 |
| Hex | 28 | 58 | 7D | 44 | 1E | 0 | 33 | CE | 34 | 20 |
| Octal | 50 | 130 | 175 | 104 | 36 | 0 | 63 | 316 | 64 | 40 |
| Binary | 101000 | 1011000 | 1111101 | 1000100 | 11110 | 0 | 110011 | 11001110 | 110100 | 100000 |
Color Harmonies of #28587D
Complementary color
Monochromatic Colors of #28587D
Black with #28587D
Text Example
Text Example
White with #28587D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28587D; }
p { color: rgb(40,88,125); }
H1.HeaderClassName
{
color: #28587D;
}
.AnyTagClassName
{
color: #28587D;
}
</style>
background-color css
<style>
a { background-color: #28587D; }
a { background-color: rgb(40,88,125); }
div.DivClassName
{
background-color: #28587D;
}
.BgClassName
{
background-color: #28587D;
}
</style>
border-color css
<style>
span { border-color: #28587D; }
span { border-color: rgb(40,88,125); }
td.TdClassName
{
border-color: #28587D;
}
.TagClassName
{
border-color: #28587D;
}
</style>