Shades of Bahama Blue #205084
Tints of Bahama Blue #205084
RGB
CMYK
RGB Variations
Color information
#205084 (or 0x205084) is known color: Bahama Blue. HEX triplet: 20, 50 and 84. RGB value is (32,80,132). Sum of RGB (Red+Green+Blue) = 32+80+132=244 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.11% from 244); Green value is 80 (31.64% from 255 or 32.79% from 244); Blue value is 132 (51.95% from 255 or 54.10% from 244); Max value from RGB is 132 - color contains mainly: blue. Hex color #205084 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205084 is #DFAF7B. Grayscale: #474747. Windows color (decimal): -14659452 or 8671264. OLE color: 8671264.
HSL color Cylindrical-coordinate representation of color #205084: hue angle of 211.2º 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 #205084 is Cyan = 0.76, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 80 | 132 | - |
| CMYK | 0.76 | 0.39 | 0 | 0.48 |
| HSL | 211.2º | 0.61% | 0.32% | - |
| HSV(B) | 211.2º | 0.76% | 0.52% | - |
| XYZ | 7.63 | 7.71 | 22.92 | - |
| YUV | 71.58 | 162.1 | 99.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 80 | 132 | 0.76 | 0.39 | 0 | 0.48 | 211.2 | 0.61 | 0.32 |
| Hex | 20 | 50 | 84 | 4C | 27 | 0 | 30 | D3 | 3D | 20 |
| Octal | 40 | 120 | 204 | 114 | 47 | 0 | 60 | 323 | 75 | 40 |
| Binary | 100000 | 1010000 | 10000100 | 1001100 | 100111 | 0 | 110000 | 11010011 | 111101 | 100000 |
Color Harmonies of #205084
Complementary color
Monochromatic Colors of #205084
Black with #205084
Text Example
Text Example
White with #205084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205084; }
p { color: rgb(32,80,132); }
H1.HeaderClassName
{
color: #205084;
}
.AnyTagClassName
{
color: #205084;
}
</style>
background-color css
<style>
a { background-color: #205084; }
a { background-color: rgb(32,80,132); }
div.DivClassName
{
background-color: #205084;
}
.BgClassName
{
background-color: #205084;
}
</style>
border-color css
<style>
span { border-color: #205084; }
span { border-color: rgb(32,80,132); }
td.TdClassName
{
border-color: #205084;
}
.TagClassName
{
border-color: #205084;
}
</style>