Shades of Bahama Blue #28587F
Tints of Bahama Blue #28587F
RGB
CMYK
RGB Variations
Color information
#28587F (or 0x28587F) is known color: Bahama Blue. HEX triplet: 28, 58 and 7F. RGB value is (40,88,127). Sum of RGB (Red+Green+Blue) = 40+88+127=255 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.69% from 255); Green value is 88 (34.77% from 255 or 34.51% from 255); Blue value is 127 (50% from 255 or 49.80% from 255); Max value from RGB is 127 - color contains mainly: blue. Hex color #28587F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28587F is #D7A780. Grayscale: #4D4D4D. Windows color (decimal): -14133121 or 8345640. OLE color: 8345640.
HSL color Cylindrical-coordinate representation of color #28587F: hue angle of 206.9º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #28587F is Cyan = 0.69, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 40 | 88 | 127 | - |
| CMYK | 0.69 | 0.31 | 0 | 0.50 |
| HSL | 206.9º | 0.52% | 0.33% | - |
| HSV(B) | 206.9º | 0.69% | 0.5% | - |
| XYZ | 8.2 | 8.96 | 21.38 | - |
| YUV | 78.09 | 155.6 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 88 | 127 | 0.69 | 0.31 | 0 | 0.50 | 206.9 | 0.52 | 0.33 |
| Hex | 28 | 58 | 7F | 45 | 1F | 0 | 32 | CF | 34 | 21 |
| Octal | 50 | 130 | 177 | 105 | 37 | 0 | 62 | 317 | 64 | 41 |
| Binary | 101000 | 1011000 | 1111111 | 1000101 | 11111 | 0 | 110010 | 11001111 | 110100 | 100001 |
Color Harmonies of #28587F
Complementary color
Monochromatic Colors of #28587F
Black with #28587F
Text Example
Text Example
White with #28587F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28587F; }
p { color: rgb(40,88,127); }
H1.HeaderClassName
{
color: #28587F;
}
.AnyTagClassName
{
color: #28587F;
}
</style>
background-color css
<style>
a { background-color: #28587F; }
a { background-color: rgb(40,88,127); }
div.DivClassName
{
background-color: #28587F;
}
.BgClassName
{
background-color: #28587F;
}
</style>
border-color css
<style>
span { border-color: #28587F; }
span { border-color: rgb(40,88,127); }
td.TdClassName
{
border-color: #28587F;
}
.TagClassName
{
border-color: #28587F;
}
</style>