Shades of Bahama Blue #206286
Tints of Bahama Blue #206286
RGB
CMYK
RGB Variations
Color information
#206286 (or 0x206286) is known color: Bahama Blue. HEX triplet: 20, 62 and 86. RGB value is (32,98,134). Sum of RGB (Red+Green+Blue) = 32+98+134=264 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.12% from 264); Green value is 98 (38.67% from 255 or 37.12% from 264); Blue value is 134 (52.73% from 255 or 50.76% from 264); Max value from RGB is 134 - color contains mainly: blue. Hex color #206286 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206286 is #DF9D79. Grayscale: #525252. Windows color (decimal): -14654842 or 8806944. OLE color: 8806944.
HSL color Cylindrical-coordinate representation of color #206286: hue angle of 201.18º degrees, saturation: 0.61, 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 #206286 is Cyan = 0.76, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 98 | 134 | - |
| CMYK | 0.76 | 0.27 | 0 | 0.47 |
| HSL | 201.18º | 0.61% | 0.33% | - |
| HSV(B) | 201.18º | 0.76% | 0.53% | - |
| XYZ | 9.27 | 10.76 | 24.14 | - |
| YUV | 82.37 | 157.13 | 92.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 98 | 134 | 0.76 | 0.27 | 0 | 0.47 | 201.18 | 0.61 | 0.33 |
| Hex | 20 | 62 | 86 | 4C | 1B | 0 | 2F | C9 | 3D | 21 |
| Octal | 40 | 142 | 206 | 114 | 33 | 0 | 57 | 311 | 75 | 41 |
| Binary | 100000 | 1100010 | 10000110 | 1001100 | 11011 | 0 | 101111 | 11001001 | 111101 | 100001 |
Color Harmonies of #206286
Complementary color
Monochromatic Colors of #206286
Black with #206286
Text Example
Text Example
White with #206286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206286; }
p { color: rgb(32,98,134); }
H1.HeaderClassName
{
color: #206286;
}
.AnyTagClassName
{
color: #206286;
}
</style>
background-color css
<style>
a { background-color: #206286; }
a { background-color: rgb(32,98,134); }
div.DivClassName
{
background-color: #206286;
}
.BgClassName
{
background-color: #206286;
}
</style>
border-color css
<style>
span { border-color: #206286; }
span { border-color: rgb(32,98,134); }
td.TdClassName
{
border-color: #206286;
}
.TagClassName
{
border-color: #206286;
}
</style>