Shades of Bahama Blue #205882
Tints of Bahama Blue #205882
RGB
CMYK
RGB Variations
Color information
#205882 (or 0x205882) is known color: Bahama Blue. HEX triplet: 20, 58 and 82. RGB value is (32,88,130). Sum of RGB (Red+Green+Blue) = 32+88+130=250 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.8% from 250); Green value is 88 (34.77% from 255 or 35.2% from 250); Blue value is 130 (51.17% from 255 or 52% from 250); Max value from RGB is 130 - color contains mainly: blue. Hex color #205882 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205882 is #DFA77D. Grayscale: #4B4B4B. Windows color (decimal): -14657406 or 8542240. OLE color: 8542240.
HSL color Cylindrical-coordinate representation of color #205882: hue angle of 205.71º 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 #205882 is Cyan = 0.75, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 88 | 130 | - |
| CMYK | 0.75 | 0.32 | 0 | 0.49 |
| HSL | 205.71º | 0.6% | 0.32% | - |
| HSV(B) | 205.71º | 0.75% | 0.51% | - |
| XYZ | 8.11 | 8.9 | 22.41 | - |
| YUV | 76.04 | 158.45 | 96.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 88 | 130 | 0.75 | 0.32 | 0 | 0.49 | 205.71 | 0.6 | 0.32 |
| Hex | 20 | 58 | 82 | 4B | 20 | 0 | 31 | CE | 3C | 20 |
| Octal | 40 | 130 | 202 | 113 | 40 | 0 | 61 | 316 | 74 | 40 |
| Binary | 100000 | 1011000 | 10000010 | 1001011 | 100000 | 0 | 110001 | 11001110 | 111100 | 100000 |
Color Harmonies of #205882
Complementary color
Monochromatic Colors of #205882
Black with #205882
Text Example
Text Example
White with #205882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205882; }
p { color: rgb(32,88,130); }
H1.HeaderClassName
{
color: #205882;
}
.AnyTagClassName
{
color: #205882;
}
</style>
background-color css
<style>
a { background-color: #205882; }
a { background-color: rgb(32,88,130); }
div.DivClassName
{
background-color: #205882;
}
.BgClassName
{
background-color: #205882;
}
</style>
border-color css
<style>
span { border-color: #205882; }
span { border-color: rgb(32,88,130); }
td.TdClassName
{
border-color: #205882;
}
.TagClassName
{
border-color: #205882;
}
</style>