Shades of Bahama Blue #205581
Tints of Bahama Blue #205581
RGB
CMYK
RGB Variations
Color information
#205581 (or 0x205581) is known color: Bahama Blue. HEX triplet: 20, 55 and 81. RGB value is (32,85,129). Sum of RGB (Red+Green+Blue) = 32+85+129=246 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.01% from 246); Green value is 85 (33.59% from 255 or 34.55% from 246); Blue value is 129 (50.78% from 255 or 52.44% from 246); Max value from RGB is 129 - color contains mainly: blue. Hex color #205581 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205581 is #DFAA7E. Grayscale: #494949. Windows color (decimal): -14658175 or 8475936. OLE color: 8475936.
HSL color Cylindrical-coordinate representation of color #205581: hue angle of 207.22º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #205581 is Cyan = 0.75, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 85 | 129 | - |
| CMYK | 0.75 | 0.34 | 0 | 0.49 |
| HSL | 207.22º | 0.6% | 0.32% | - |
| HSV(B) | 207.22º | 0.75% | 0.51% | - |
| XYZ | 7.81 | 8.39 | 21.98 | - |
| YUV | 74.17 | 158.94 | 97.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 85 | 129 | 0.75 | 0.34 | 0 | 0.49 | 207.22 | 0.6 | 0.32 |
| Hex | 20 | 55 | 81 | 4B | 22 | 0 | 31 | CF | 3C | 20 |
| Octal | 40 | 125 | 201 | 113 | 42 | 0 | 61 | 317 | 74 | 40 |
| Binary | 100000 | 1010101 | 10000001 | 1001011 | 100010 | 0 | 110001 | 11001111 | 111100 | 100000 |
Color Harmonies of #205581
Complementary color
Monochromatic Colors of #205581
Black with #205581
Text Example
Text Example
White with #205581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205581; }
p { color: rgb(32,85,129); }
H1.HeaderClassName
{
color: #205581;
}
.AnyTagClassName
{
color: #205581;
}
</style>
background-color css
<style>
a { background-color: #205581; }
a { background-color: rgb(32,85,129); }
div.DivClassName
{
background-color: #205581;
}
.BgClassName
{
background-color: #205581;
}
</style>
border-color css
<style>
span { border-color: #205581; }
span { border-color: rgb(32,85,129); }
td.TdClassName
{
border-color: #205581;
}
.TagClassName
{
border-color: #205581;
}
</style>