Shades of Bahama Blue #205683
Tints of Bahama Blue #205683
RGB
CMYK
RGB Variations
Color information
#205683 (or 0x205683) is known color: Bahama Blue. HEX triplet: 20, 56 and 83. RGB value is (32,86,131). Sum of RGB (Red+Green+Blue) = 32+86+131=249 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.85% from 249); Green value is 86 (33.98% from 255 or 34.54% from 249); Blue value is 131 (51.56% from 255 or 52.61% from 249); Max value from RGB is 131 - color contains mainly: blue. Hex color #205683 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205683 is #DFA97C. Grayscale: #4A4A4A. Windows color (decimal): -14657917 or 8607264. OLE color: 8607264.
HSL color Cylindrical-coordinate representation of color #205683: hue angle of 207.27º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #205683 is Cyan = 0.76, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 86 | 131 | - |
| CMYK | 0.76 | 0.34 | 0 | 0.49 |
| HSL | 207.27º | 0.61% | 0.32% | - |
| HSV(B) | 207.27º | 0.76% | 0.51% | - |
| XYZ | 8.02 | 8.6 | 22.71 | - |
| YUV | 74.98 | 159.61 | 97.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 86 | 131 | 0.76 | 0.34 | 0 | 0.49 | 207.27 | 0.61 | 0.32 |
| Hex | 20 | 56 | 83 | 4C | 22 | 0 | 31 | CF | 3D | 20 |
| Octal | 40 | 126 | 203 | 114 | 42 | 0 | 61 | 317 | 75 | 40 |
| Binary | 100000 | 1010110 | 10000011 | 1001100 | 100010 | 0 | 110001 | 11001111 | 111101 | 100000 |
Color Harmonies of #205683
Complementary color
Monochromatic Colors of #205683
Black with #205683
Text Example
Text Example
White with #205683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205683; }
p { color: rgb(32,86,131); }
H1.HeaderClassName
{
color: #205683;
}
.AnyTagClassName
{
color: #205683;
}
</style>
background-color css
<style>
a { background-color: #205683; }
a { background-color: rgb(32,86,131); }
div.DivClassName
{
background-color: #205683;
}
.BgClassName
{
background-color: #205683;
}
</style>
border-color css
<style>
span { border-color: #205683; }
span { border-color: rgb(32,86,131); }
td.TdClassName
{
border-color: #205683;
}
.TagClassName
{
border-color: #205683;
}
</style>