Shades of Bahama Blue #205184
Tints of Bahama Blue #205184
RGB
CMYK
RGB Variations
Color information
#205184 (or 0x205184) is known color: Bahama Blue. HEX triplet: 20, 51 and 84. RGB value is (32,81,132). Sum of RGB (Red+Green+Blue) = 32+81+132=245 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.06% from 245); Green value is 81 (32.03% from 255 or 33.06% from 245); Blue value is 132 (51.95% from 255 or 53.88% from 245); Max value from RGB is 132 - color contains mainly: blue. Hex color #205184 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205184 is #DFAE7B. Grayscale: #474747. Windows color (decimal): -14659196 or 8671520. OLE color: 8671520.
HSL color Cylindrical-coordinate representation of color #205184: hue angle of 210.6º 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 #205184 is Cyan = 0.76, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 81 | 132 | - |
| CMYK | 0.76 | 0.39 | 0 | 0.48 |
| HSL | 210.6º | 0.61% | 0.32% | - |
| HSV(B) | 210.6º | 0.76% | 0.52% | - |
| XYZ | 7.7 | 7.86 | 22.94 | - |
| YUV | 72.16 | 161.77 | 99.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 81 | 132 | 0.76 | 0.39 | 0 | 0.48 | 210.6 | 0.61 | 0.32 |
| Hex | 20 | 51 | 84 | 4C | 27 | 0 | 30 | D3 | 3D | 20 |
| Octal | 40 | 121 | 204 | 114 | 47 | 0 | 60 | 323 | 75 | 40 |
| Binary | 100000 | 1010001 | 10000100 | 1001100 | 100111 | 0 | 110000 | 11010011 | 111101 | 100000 |
Color Harmonies of #205184
Complementary color
Monochromatic Colors of #205184
Black with #205184
Text Example
Text Example
White with #205184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205184; }
p { color: rgb(32,81,132); }
H1.HeaderClassName
{
color: #205184;
}
.AnyTagClassName
{
color: #205184;
}
</style>
background-color css
<style>
a { background-color: #205184; }
a { background-color: rgb(32,81,132); }
div.DivClassName
{
background-color: #205184;
}
.BgClassName
{
background-color: #205184;
}
</style>
border-color css
<style>
span { border-color: #205184; }
span { border-color: rgb(32,81,132); }
td.TdClassName
{
border-color: #205184;
}
.TagClassName
{
border-color: #205184;
}
</style>