Shades of Bahama Blue #28577D
Tints of Bahama Blue #28577D
RGB
CMYK
RGB Variations
Color information
#28577D (or 0x28577D) is known color: Bahama Blue. HEX triplet: 28, 57 and 7D. RGB value is (40,87,125). Sum of RGB (Red+Green+Blue) = 40+87+125=252 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.87% from 252); Green value is 87 (34.38% from 255 or 34.52% from 252); Blue value is 125 (49.22% from 255 or 49.60% from 252); Max value from RGB is 125 - color contains mainly: blue. Hex color #28577D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28577D is #D7A882. Grayscale: #4D4D4D. Windows color (decimal): -14133379 or 8214312. OLE color: 8214312.
HSL color Cylindrical-coordinate representation of color #28577D: hue angle of 206.82º 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 #28577D is Cyan = 0.68, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 40 | 87 | 125 | - |
| CMYK | 0.68 | 0.30 | 0 | 0.51 |
| HSL | 206.82º | 0.52% | 0.32% | - |
| HSV(B) | 206.82º | 0.68% | 0.49% | - |
| XYZ | 7.98 | 8.75 | 20.67 | - |
| YUV | 77.28 | 154.93 | 101.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 87 | 125 | 0.68 | 0.30 | 0 | 0.51 | 206.82 | 0.52 | 0.32 |
| Hex | 28 | 57 | 7D | 44 | 1E | 0 | 33 | CF | 34 | 20 |
| Octal | 50 | 127 | 175 | 104 | 36 | 0 | 63 | 317 | 64 | 40 |
| Binary | 101000 | 1010111 | 1111101 | 1000100 | 11110 | 0 | 110011 | 11001111 | 110100 | 100000 |
Color Harmonies of #28577D
Complementary color
Monochromatic Colors of #28577D
Black with #28577D
Text Example
Text Example
White with #28577D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28577D; }
p { color: rgb(40,87,125); }
H1.HeaderClassName
{
color: #28577D;
}
.AnyTagClassName
{
color: #28577D;
}
</style>
background-color css
<style>
a { background-color: #28577D; }
a { background-color: rgb(40,87,125); }
div.DivClassName
{
background-color: #28577D;
}
.BgClassName
{
background-color: #28577D;
}
</style>
border-color css
<style>
span { border-color: #28577D; }
span { border-color: rgb(40,87,125); }
td.TdClassName
{
border-color: #28577D;
}
.TagClassName
{
border-color: #28577D;
}
</style>