Shades of Bahama Blue #206488
Tints of Bahama Blue #206488
RGB
CMYK
RGB Variations
Color information
#206488 (or 0x206488) is known color: Bahama Blue. HEX triplet: 20, 64 and 88. RGB value is (32,100,136). Sum of RGB (Red+Green+Blue) = 32+100+136=268 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.94% from 268); Green value is 100 (39.45% from 255 or 37.31% from 268); Blue value is 136 (53.52% from 255 or 50.75% from 268); Max value from RGB is 136 - color contains mainly: blue. Hex color #206488 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206488 is #DF9B77. Grayscale: #535353. Windows color (decimal): -14654328 or 8938528. OLE color: 8938528.
HSL color Cylindrical-coordinate representation of color #206488: hue angle of 200.77º 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 #206488 is Cyan = 0.76, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 100 | 136 | - |
| CMYK | 0.76 | 0.26 | 0 | 0.47 |
| HSL | 200.77º | 0.62% | 0.33% | - |
| HSV(B) | 200.77º | 0.76% | 0.53% | - |
| XYZ | 9.6 | 11.2 | 24.95 | - |
| YUV | 83.77 | 157.47 | 91.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 100 | 136 | 0.76 | 0.26 | 0 | 0.47 | 200.77 | 0.62 | 0.33 |
| Hex | 20 | 64 | 88 | 4C | 1A | 0 | 2F | C9 | 3E | 21 |
| Octal | 40 | 144 | 210 | 114 | 32 | 0 | 57 | 311 | 76 | 41 |
| Binary | 100000 | 1100100 | 10001000 | 1001100 | 11010 | 0 | 101111 | 11001001 | 111110 | 100001 |
Color Harmonies of #206488
Complementary color
Monochromatic Colors of #206488
Black with #206488
Text Example
Text Example
White with #206488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206488; }
p { color: rgb(32,100,136); }
H1.HeaderClassName
{
color: #206488;
}
.AnyTagClassName
{
color: #206488;
}
</style>
background-color css
<style>
a { background-color: #206488; }
a { background-color: rgb(32,100,136); }
div.DivClassName
{
background-color: #206488;
}
.BgClassName
{
background-color: #206488;
}
</style>
border-color css
<style>
span { border-color: #206488; }
span { border-color: rgb(32,100,136); }
td.TdClassName
{
border-color: #206488;
}
.TagClassName
{
border-color: #206488;
}
</style>