Shades of Bahama Blue #205285
Tints of Bahama Blue #205285
RGB
CMYK
RGB Variations
Color information
#205285 (or 0x205285) is known color: Bahama Blue. HEX triplet: 20, 52 and 85. RGB value is (32,82,133). Sum of RGB (Red+Green+Blue) = 32+82+133=247 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.96% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 133 (52.34% from 255 or 53.85% from 247); Max value from RGB is 133 - color contains mainly: blue. Hex color #205285 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205285 is #DFAD7A. Grayscale: #484848. Windows color (decimal): -14658939 or 8737312. OLE color: 8737312.
HSL color Cylindrical-coordinate representation of color #205285: hue angle of 210.3º 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 #205285 is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 82 | 133 | - |
| CMYK | 0.76 | 0.38 | 0 | 0.48 |
| HSL | 210.3º | 0.61% | 0.32% | - |
| HSV(B) | 210.3º | 0.76% | 0.52% | - |
| XYZ | 7.85 | 8.04 | 23.33 | - |
| YUV | 72.86 | 161.94 | 98.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 82 | 133 | 0.76 | 0.38 | 0 | 0.48 | 210.3 | 0.61 | 0.32 |
| Hex | 20 | 52 | 85 | 4C | 26 | 0 | 30 | D2 | 3D | 20 |
| Octal | 40 | 122 | 205 | 114 | 46 | 0 | 60 | 322 | 75 | 40 |
| Binary | 100000 | 1010010 | 10000101 | 1001100 | 100110 | 0 | 110000 | 11010010 | 111101 | 100000 |
Color Harmonies of #205285
Complementary color
Monochromatic Colors of #205285
Black with #205285
Text Example
Text Example
White with #205285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205285; }
p { color: rgb(32,82,133); }
H1.HeaderClassName
{
color: #205285;
}
.AnyTagClassName
{
color: #205285;
}
</style>
background-color css
<style>
a { background-color: #205285; }
a { background-color: rgb(32,82,133); }
div.DivClassName
{
background-color: #205285;
}
.BgClassName
{
background-color: #205285;
}
</style>
border-color css
<style>
span { border-color: #205285; }
span { border-color: rgb(32,82,133); }
td.TdClassName
{
border-color: #205285;
}
.TagClassName
{
border-color: #205285;
}
</style>