Shades of Bahama Blue #206389
Tints of Bahama Blue #206389
RGB
CMYK
RGB Variations
Color information
#206389 (or 0x206389) is known color: Bahama Blue. HEX triplet: 20, 63 and 89. RGB value is (32,99,137). Sum of RGB (Red+Green+Blue) = 32+99+137=268 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.94% from 268); Green value is 99 (39.06% from 255 or 36.94% from 268); Blue value is 137 (53.91% from 255 or 51.12% from 268); Max value from RGB is 137 - color contains mainly: blue. Hex color #206389 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206389 is #DF9C76. Grayscale: #535353. Windows color (decimal): -14654583 or 9003808. OLE color: 9003808.
HSL color Cylindrical-coordinate representation of color #206389: hue angle of 201.71º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #206389 is Cyan = 0.77, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 32 | 99 | 137 | - |
| CMYK | 0.77 | 0.28 | 0 | 0.46 |
| HSL | 201.71º | 0.62% | 0.33% | - |
| HSV(B) | 201.71º | 0.77% | 0.54% | - |
| XYZ | 9.57 | 11.04 | 25.29 | - |
| YUV | 83.3 | 158.3 | 91.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 99 | 137 | 0.77 | 0.28 | 0 | 0.46 | 201.71 | 0.62 | 0.33 |
| Hex | 20 | 63 | 89 | 4D | 1C | 0 | 2E | CA | 3E | 21 |
| Octal | 40 | 143 | 211 | 115 | 34 | 0 | 56 | 312 | 76 | 41 |
| Binary | 100000 | 1100011 | 10001001 | 1001101 | 11100 | 0 | 101110 | 11001010 | 111110 | 100001 |
Color Harmonies of #206389
Complementary color
Monochromatic Colors of #206389
Black with #206389
Text Example
Text Example
White with #206389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206389; }
p { color: rgb(32,99,137); }
H1.HeaderClassName
{
color: #206389;
}
.AnyTagClassName
{
color: #206389;
}
</style>
background-color css
<style>
a { background-color: #206389; }
a { background-color: rgb(32,99,137); }
div.DivClassName
{
background-color: #206389;
}
.BgClassName
{
background-color: #206389;
}
</style>
border-color css
<style>
span { border-color: #206389; }
span { border-color: rgb(32,99,137); }
td.TdClassName
{
border-color: #206389;
}
.TagClassName
{
border-color: #206389;
}
</style>