Shades of Bahama Blue #28557F
Tints of Bahama Blue #28557F
RGB
CMYK
RGB Variations
Color information
#28557F (or 0x28557F) is known color: Bahama Blue. HEX triplet: 28, 55 and 7F. RGB value is (40,85,127). Sum of RGB (Red+Green+Blue) = 40+85+127=252 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.87% from 252); Green value is 85 (33.59% from 255 or 33.73% from 252); Blue value is 127 (50% from 255 or 50.40% from 252); Max value from RGB is 127 - color contains mainly: blue. Hex color #28557F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28557F is #D7AA80. Grayscale: #4C4C4C. Windows color (decimal): -14133889 or 8344872. OLE color: 8344872.
HSL color Cylindrical-coordinate representation of color #28557F: hue angle of 208.97º 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 #28557F is Cyan = 0.69, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 40 | 85 | 127 | - |
| CMYK | 0.69 | 0.33 | 0 | 0.50 |
| HSL | 208.97º | 0.52% | 0.33% | - |
| HSV(B) | 208.97º | 0.69% | 0.5% | - |
| XYZ | 7.95 | 8.48 | 21.3 | - |
| YUV | 76.33 | 156.59 | 102.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 85 | 127 | 0.69 | 0.33 | 0 | 0.50 | 208.97 | 0.52 | 0.33 |
| Hex | 28 | 55 | 7F | 45 | 21 | 0 | 32 | D1 | 34 | 21 |
| Octal | 50 | 125 | 177 | 105 | 41 | 0 | 62 | 321 | 64 | 41 |
| Binary | 101000 | 1010101 | 1111111 | 1000101 | 100001 | 0 | 110010 | 11010001 | 110100 | 100001 |
Color Harmonies of #28557F
Complementary color
Monochromatic Colors of #28557F
Black with #28557F
Text Example
Text Example
White with #28557F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28557F; }
p { color: rgb(40,85,127); }
H1.HeaderClassName
{
color: #28557F;
}
.AnyTagClassName
{
color: #28557F;
}
</style>
background-color css
<style>
a { background-color: #28557F; }
a { background-color: rgb(40,85,127); }
div.DivClassName
{
background-color: #28557F;
}
.BgClassName
{
background-color: #28557F;
}
</style>
border-color css
<style>
span { border-color: #28557F; }
span { border-color: rgb(40,85,127); }
td.TdClassName
{
border-color: #28557F;
}
.TagClassName
{
border-color: #28557F;
}
</style>