Shades of Bahama Blue #205685
Tints of Bahama Blue #205685
RGB
CMYK
RGB Variations
Color information
#205685 (or 0x205685) is known color: Bahama Blue. HEX triplet: 20, 56 and 85. RGB value is (32,86,133). Sum of RGB (Red+Green+Blue) = 32+86+133=251 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.75% from 251); Green value is 86 (33.98% from 255 or 34.26% from 251); Blue value is 133 (52.34% from 255 or 52.99% from 251); Max value from RGB is 133 - color contains mainly: blue. Hex color #205685 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205685 is #DFA97A. Grayscale: #4A4A4A. Windows color (decimal): -14657915 or 8738336. OLE color: 8738336.
HSL color Cylindrical-coordinate representation of color #205685: hue angle of 207.92º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #205685 is Cyan = 0.76, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 86 | 133 | - |
| CMYK | 0.76 | 0.35 | 0 | 0.48 |
| HSL | 207.92º | 0.61% | 0.32% | - |
| HSV(B) | 207.92º | 0.76% | 0.52% | - |
| XYZ | 8.16 | 8.66 | 23.43 | - |
| YUV | 75.21 | 160.61 | 97.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 86 | 133 | 0.76 | 0.35 | 0 | 0.48 | 207.92 | 0.61 | 0.32 |
| Hex | 20 | 56 | 85 | 4C | 23 | 0 | 30 | D0 | 3D | 20 |
| Octal | 40 | 126 | 205 | 114 | 43 | 0 | 60 | 320 | 75 | 40 |
| Binary | 100000 | 1010110 | 10000101 | 1001100 | 100011 | 0 | 110000 | 11010000 | 111101 | 100000 |
Color Harmonies of #205685
Complementary color
Monochromatic Colors of #205685
Black with #205685
Text Example
Text Example
White with #205685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205685; }
p { color: rgb(32,86,133); }
H1.HeaderClassName
{
color: #205685;
}
.AnyTagClassName
{
color: #205685;
}
</style>
background-color css
<style>
a { background-color: #205685; }
a { background-color: rgb(32,86,133); }
div.DivClassName
{
background-color: #205685;
}
.BgClassName
{
background-color: #205685;
}
</style>
border-color css
<style>
span { border-color: #205685; }
span { border-color: rgb(32,86,133); }
td.TdClassName
{
border-color: #205685;
}
.TagClassName
{
border-color: #205685;
}
</style>