Shades of Bahama Blue #206387
Tints of Bahama Blue #206387
RGB
CMYK
RGB Variations
Color information
#206387 (or 0x206387) is known color: Bahama Blue. HEX triplet: 20, 63 and 87. RGB value is (32,99,135). Sum of RGB (Red+Green+Blue) = 32+99+135=266 (35% of max value = 765). Red value is 32 (12.89% from 255 or 12.03% from 266); Green value is 99 (39.06% from 255 or 37.22% from 266); Blue value is 135 (53.12% from 255 or 50.75% from 266); Max value from RGB is 135 - color contains mainly: blue. Hex color #206387 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206387 is #DF9C78. Grayscale: #525252. Windows color (decimal): -14654585 or 8872736. OLE color: 8872736.
HSL color Cylindrical-coordinate representation of color #206387: hue angle of 200.97º 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 #206387 is Cyan = 0.76, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 99 | 135 | - |
| CMYK | 0.76 | 0.27 | 0 | 0.47 |
| HSL | 200.97º | 0.62% | 0.33% | - |
| HSV(B) | 200.97º | 0.76% | 0.53% | - |
| XYZ | 9.43 | 10.98 | 24.54 | - |
| YUV | 83.07 | 157.3 | 91.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 99 | 135 | 0.76 | 0.27 | 0 | 0.47 | 200.97 | 0.62 | 0.33 |
| Hex | 20 | 63 | 87 | 4C | 1B | 0 | 2F | C9 | 3E | 21 |
| Octal | 40 | 143 | 207 | 114 | 33 | 0 | 57 | 311 | 76 | 41 |
| Binary | 100000 | 1100011 | 10000111 | 1001100 | 11011 | 0 | 101111 | 11001001 | 111110 | 100001 |
Color Harmonies of #206387
Complementary color
Monochromatic Colors of #206387
Black with #206387
Text Example
Text Example
White with #206387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206387; }
p { color: rgb(32,99,135); }
H1.HeaderClassName
{
color: #206387;
}
.AnyTagClassName
{
color: #206387;
}
</style>
background-color css
<style>
a { background-color: #206387; }
a { background-color: rgb(32,99,135); }
div.DivClassName
{
background-color: #206387;
}
.BgClassName
{
background-color: #206387;
}
</style>
border-color css
<style>
span { border-color: #206387; }
span { border-color: rgb(32,99,135); }
td.TdClassName
{
border-color: #206387;
}
.TagClassName
{
border-color: #206387;
}
</style>