Shades of Bahama Blue #28557E
Tints of Bahama Blue #28557E
RGB
CMYK
RGB Variations
Color information
#28557E (or 0x28557E) is known color: Bahama Blue. HEX triplet: 28, 55 and 7E. RGB value is (40,85,126). Sum of RGB (Red+Green+Blue) = 40+85+126=251 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.94% from 251); Green value is 85 (33.59% from 255 or 33.86% from 251); Blue value is 126 (49.61% from 255 or 50.20% from 251); Max value from RGB is 126 - color contains mainly: blue. Hex color #28557E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28557E is #D7AA81. Grayscale: #4C4C4C. Windows color (decimal): -14133890 or 8279336. OLE color: 8279336.
HSL color Cylindrical-coordinate representation of color #28557E: hue angle of 208.6º 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 #28557E is Cyan = 0.68, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 40 | 85 | 126 | - |
| CMYK | 0.68 | 0.33 | 0 | 0.51 |
| HSL | 208.6º | 0.52% | 0.33% | - |
| HSV(B) | 208.6º | 0.68% | 0.49% | - |
| XYZ | 7.89 | 8.45 | 20.95 | - |
| YUV | 76.22 | 156.09 | 102.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 85 | 126 | 0.68 | 0.33 | 0 | 0.51 | 208.6 | 0.52 | 0.33 |
| Hex | 28 | 55 | 7E | 44 | 21 | 0 | 33 | D1 | 34 | 21 |
| Octal | 50 | 125 | 176 | 104 | 41 | 0 | 63 | 321 | 64 | 41 |
| Binary | 101000 | 1010101 | 1111110 | 1000100 | 100001 | 0 | 110011 | 11010001 | 110100 | 100001 |
Color Harmonies of #28557E
Complementary color
Monochromatic Colors of #28557E
Black with #28557E
Text Example
Text Example
White with #28557E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28557E; }
p { color: rgb(40,85,126); }
H1.HeaderClassName
{
color: #28557E;
}
.AnyTagClassName
{
color: #28557E;
}
</style>
background-color css
<style>
a { background-color: #28557E; }
a { background-color: rgb(40,85,126); }
div.DivClassName
{
background-color: #28557E;
}
.BgClassName
{
background-color: #28557E;
}
</style>
border-color css
<style>
span { border-color: #28557E; }
span { border-color: rgb(40,85,126); }
td.TdClassName
{
border-color: #28557E;
}
.TagClassName
{
border-color: #28557E;
}
</style>