Shades of Bahama Blue #206285
Tints of Bahama Blue #206285
RGB
CMYK
RGB Variations
Color information
#206285 (or 0x206285) is known color: Bahama Blue. HEX triplet: 20, 62 and 85. RGB value is (32,98,133). Sum of RGB (Red+Green+Blue) = 32+98+133=263 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.17% from 263); Green value is 98 (38.67% from 255 or 37.26% from 263); Blue value is 133 (52.34% from 255 or 50.57% from 263); Max value from RGB is 133 - color contains mainly: blue. Hex color #206285 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206285 is #DF9D7A. Grayscale: #525252. Windows color (decimal): -14654843 or 8741408. OLE color: 8741408.
HSL color Cylindrical-coordinate representation of color #206285: hue angle of 200.79º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #206285 is Cyan = 0.76, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 98 | 133 | - |
| CMYK | 0.76 | 0.26 | 0 | 0.48 |
| HSL | 200.79º | 0.61% | 0.32% | - |
| HSV(B) | 200.79º | 0.76% | 0.52% | - |
| XYZ | 9.2 | 10.74 | 23.78 | - |
| YUV | 82.26 | 156.63 | 92.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 98 | 133 | 0.76 | 0.26 | 0 | 0.48 | 200.79 | 0.61 | 0.32 |
| Hex | 20 | 62 | 85 | 4C | 1A | 0 | 30 | C9 | 3D | 20 |
| Octal | 40 | 142 | 205 | 114 | 32 | 0 | 60 | 311 | 75 | 40 |
| Binary | 100000 | 1100010 | 10000101 | 1001100 | 11010 | 0 | 110000 | 11001001 | 111101 | 100000 |
Color Harmonies of #206285
Complementary color
Monochromatic Colors of #206285
Black with #206285
Text Example
Text Example
White with #206285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206285; }
p { color: rgb(32,98,133); }
H1.HeaderClassName
{
color: #206285;
}
.AnyTagClassName
{
color: #206285;
}
</style>
background-color css
<style>
a { background-color: #206285; }
a { background-color: rgb(32,98,133); }
div.DivClassName
{
background-color: #206285;
}
.BgClassName
{
background-color: #206285;
}
</style>
border-color css
<style>
span { border-color: #206285; }
span { border-color: rgb(32,98,133); }
td.TdClassName
{
border-color: #206285;
}
.TagClassName
{
border-color: #206285;
}
</style>