Shades of Bahama Blue #205D88
Tints of Bahama Blue #205D88
RGB
CMYK
RGB Variations
Color information
#205D88 (or 0x205D88) is known color: Bahama Blue. HEX triplet: 20, 5D and 88. RGB value is (32,93,136). Sum of RGB (Red+Green+Blue) = 32+93+136=261 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.26% from 261); Green value is 93 (36.72% from 255 or 35.63% from 261); Blue value is 136 (53.52% from 255 or 52.11% from 261); Max value from RGB is 136 - color contains mainly: blue. Hex color #205D88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205D88 is #DFA277. Grayscale: #4F4F4F. Windows color (decimal): -14656120 or 8936736. OLE color: 8936736.
HSL color Cylindrical-coordinate representation of color #205D88: hue angle of 204.81º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #205D88 is Cyan = 0.76, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 93 | 136 | - |
| CMYK | 0.76 | 0.32 | 0 | 0.47 |
| HSL | 204.81º | 0.62% | 0.33% | - |
| HSV(B) | 204.81º | 0.76% | 0.53% | - |
| XYZ | 8.95 | 9.91 | 24.73 | - |
| YUV | 79.66 | 159.79 | 94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 93 | 136 | 0.76 | 0.32 | 0 | 0.47 | 204.81 | 0.62 | 0.33 |
| Hex | 20 | 5D | 88 | 4C | 20 | 0 | 2F | CD | 3E | 21 |
| Octal | 40 | 135 | 210 | 114 | 40 | 0 | 57 | 315 | 76 | 41 |
| Binary | 100000 | 1011101 | 10001000 | 1001100 | 100000 | 0 | 101111 | 11001101 | 111110 | 100001 |
Color Harmonies of #205D88
Complementary color
Monochromatic Colors of #205D88
Black with #205D88
Text Example
Text Example
White with #205D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205D88; }
p { color: rgb(32,93,136); }
H1.HeaderClassName
{
color: #205D88;
}
.AnyTagClassName
{
color: #205D88;
}
</style>
background-color css
<style>
a { background-color: #205D88; }
a { background-color: rgb(32,93,136); }
div.DivClassName
{
background-color: #205D88;
}
.BgClassName
{
background-color: #205D88;
}
</style>
border-color css
<style>
span { border-color: #205D88; }
span { border-color: rgb(32,93,136); }
td.TdClassName
{
border-color: #205D88;
}
.TagClassName
{
border-color: #205D88;
}
</style>