Shades of Bahama Blue #206284
Tints of Bahama Blue #206284
RGB
CMYK
RGB Variations
Color information
#206284 (or 0x206284) is known color: Bahama Blue. HEX triplet: 20, 62 and 84. RGB value is (32,98,132). Sum of RGB (Red+Green+Blue) = 32+98+132=262 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.21% from 262); Green value is 98 (38.67% from 255 or 37.40% from 262); Blue value is 132 (51.95% from 255 or 50.38% from 262); Max value from RGB is 132 - color contains mainly: blue. Hex color #206284 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206284 is #DF9D7B. Grayscale: #515151. Windows color (decimal): -14654844 or 8675872. OLE color: 8675872.
HSL color Cylindrical-coordinate representation of color #206284: hue angle of 200.4º 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 #206284 is Cyan = 0.76, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 98 | 132 | - |
| CMYK | 0.76 | 0.26 | 0 | 0.48 |
| HSL | 200.4º | 0.61% | 0.32% | - |
| HSV(B) | 200.4º | 0.76% | 0.52% | - |
| XYZ | 9.13 | 10.71 | 23.42 | - |
| YUV | 82.14 | 156.13 | 92.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 98 | 132 | 0.76 | 0.26 | 0 | 0.48 | 200.4 | 0.61 | 0.32 |
| Hex | 20 | 62 | 84 | 4C | 1A | 0 | 30 | C8 | 3D | 20 |
| Octal | 40 | 142 | 204 | 114 | 32 | 0 | 60 | 310 | 75 | 40 |
| Binary | 100000 | 1100010 | 10000100 | 1001100 | 11010 | 0 | 110000 | 11001000 | 111101 | 100000 |
Color Harmonies of #206284
Complementary color
Monochromatic Colors of #206284
Black with #206284
Text Example
Text Example
White with #206284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206284; }
p { color: rgb(32,98,132); }
H1.HeaderClassName
{
color: #206284;
}
.AnyTagClassName
{
color: #206284;
}
</style>
background-color css
<style>
a { background-color: #206284; }
a { background-color: rgb(32,98,132); }
div.DivClassName
{
background-color: #206284;
}
.BgClassName
{
background-color: #206284;
}
</style>
border-color css
<style>
span { border-color: #206284; }
span { border-color: rgb(32,98,132); }
td.TdClassName
{
border-color: #206284;
}
.TagClassName
{
border-color: #206284;
}
</style>