Shades of Bahama Blue #205886
Tints of Bahama Blue #205886
RGB
CMYK
RGB Variations
Color information
#205886 (or 0x205886) is known color: Bahama Blue. HEX triplet: 20, 58 and 86. RGB value is (32,88,134). Sum of RGB (Red+Green+Blue) = 32+88+134=254 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.60% from 254); Green value is 88 (34.77% from 255 or 34.65% from 254); Blue value is 134 (52.73% from 255 or 52.76% from 254); Max value from RGB is 134 - color contains mainly: blue. Hex color #205886 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205886 is #DFA779. Grayscale: #4C4C4C. Windows color (decimal): -14657402 or 8804384. OLE color: 8804384.
HSL color Cylindrical-coordinate representation of color #205886: hue angle of 207.06º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #205886 is Cyan = 0.76, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 88 | 134 | - |
| CMYK | 0.76 | 0.34 | 0 | 0.47 |
| HSL | 207.06º | 0.61% | 0.33% | - |
| HSV(B) | 207.06º | 0.76% | 0.53% | - |
| XYZ | 8.39 | 9.01 | 23.85 | - |
| YUV | 76.5 | 160.45 | 96.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 88 | 134 | 0.76 | 0.34 | 0 | 0.47 | 207.06 | 0.61 | 0.33 |
| Hex | 20 | 58 | 86 | 4C | 22 | 0 | 2F | CF | 3D | 21 |
| Octal | 40 | 130 | 206 | 114 | 42 | 0 | 57 | 317 | 75 | 41 |
| Binary | 100000 | 1011000 | 10000110 | 1001100 | 100010 | 0 | 101111 | 11001111 | 111101 | 100001 |
Color Harmonies of #205886
Complementary color
Monochromatic Colors of #205886
Black with #205886
Text Example
Text Example
White with #205886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205886; }
p { color: rgb(32,88,134); }
H1.HeaderClassName
{
color: #205886;
}
.AnyTagClassName
{
color: #205886;
}
</style>
background-color css
<style>
a { background-color: #205886; }
a { background-color: rgb(32,88,134); }
div.DivClassName
{
background-color: #205886;
}
.BgClassName
{
background-color: #205886;
}
</style>
border-color css
<style>
span { border-color: #205886; }
span { border-color: rgb(32,88,134); }
td.TdClassName
{
border-color: #205886;
}
.TagClassName
{
border-color: #205886;
}
</style>