Shades of Bahama Blue #28577C
Tints of Bahama Blue #28577C
RGB
CMYK
RGB Variations
Color information
#28577C (or 0x28577C) is known color: Bahama Blue. HEX triplet: 28, 57 and 7C. RGB value is (40,87,124). Sum of RGB (Red+Green+Blue) = 40+87+124=251 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.94% from 251); Green value is 87 (34.38% from 255 or 34.66% from 251); Blue value is 124 (48.83% from 255 or 49.40% from 251); Max value from RGB is 124 - color contains mainly: blue. Hex color #28577C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28577C is #D7A883. Grayscale: #4C4C4C. Windows color (decimal): -14133380 or 8148776. OLE color: 8148776.
HSL color Cylindrical-coordinate representation of color #28577C: hue angle of 206.43º degrees, saturation: 0.51, 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 #28577C is Cyan = 0.68, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 40 | 87 | 124 | - |
| CMYK | 0.68 | 0.30 | 0 | 0.51 |
| HSL | 206.43º | 0.51% | 0.32% | - |
| HSV(B) | 206.43º | 0.68% | 0.49% | - |
| XYZ | 7.92 | 8.72 | 20.33 | - |
| YUV | 77.17 | 154.43 | 101.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 87 | 124 | 0.68 | 0.30 | 0 | 0.51 | 206.43 | 0.51 | 0.32 |
| Hex | 28 | 57 | 7C | 44 | 1E | 0 | 33 | CE | 33 | 20 |
| Octal | 50 | 127 | 174 | 104 | 36 | 0 | 63 | 316 | 63 | 40 |
| Binary | 101000 | 1010111 | 1111100 | 1000100 | 11110 | 0 | 110011 | 11001110 | 110011 | 100000 |
Color Harmonies of #28577C
Complementary color
Monochromatic Colors of #28577C
Black with #28577C
Text Example
Text Example
White with #28577C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28577C; }
p { color: rgb(40,87,124); }
H1.HeaderClassName
{
color: #28577C;
}
.AnyTagClassName
{
color: #28577C;
}
</style>
background-color css
<style>
a { background-color: #28577C; }
a { background-color: rgb(40,87,124); }
div.DivClassName
{
background-color: #28577C;
}
.BgClassName
{
background-color: #28577C;
}
</style>
border-color css
<style>
span { border-color: #28577C; }
span { border-color: rgb(40,87,124); }
td.TdClassName
{
border-color: #28577C;
}
.TagClassName
{
border-color: #28577C;
}
</style>