Shades of Bahama Blue #205382
Tints of Bahama Blue #205382
RGB
CMYK
RGB Variations
Color information
#205382 (or 0x205382) is known color: Bahama Blue. HEX triplet: 20, 53 and 82. RGB value is (32,83,130). Sum of RGB (Red+Green+Blue) = 32+83+130=245 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.06% from 245); Green value is 83 (32.81% from 255 or 33.88% from 245); Blue value is 130 (51.17% from 255 or 53.06% from 245); Max value from RGB is 130 - color contains mainly: blue. Hex color #205382 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205382 is #DFAC7D. Grayscale: #484848. Windows color (decimal): -14658686 or 8540960. OLE color: 8540960.
HSL color Cylindrical-coordinate representation of color #205382: hue angle of 208.78º 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 #205382 is Cyan = 0.75, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 83 | 130 | - |
| CMYK | 0.75 | 0.36 | 0 | 0.49 |
| HSL | 208.78º | 0.6% | 0.32% | - |
| HSV(B) | 208.78º | 0.75% | 0.51% | - |
| XYZ | 7.72 | 8.11 | 22.28 | - |
| YUV | 73.11 | 160.1 | 98.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 83 | 130 | 0.75 | 0.36 | 0 | 0.49 | 208.78 | 0.6 | 0.32 |
| Hex | 20 | 53 | 82 | 4B | 24 | 0 | 31 | D1 | 3C | 20 |
| Octal | 40 | 123 | 202 | 113 | 44 | 0 | 61 | 321 | 74 | 40 |
| Binary | 100000 | 1010011 | 10000010 | 1001011 | 100100 | 0 | 110001 | 11010001 | 111100 | 100000 |
Color Harmonies of #205382
Complementary color
Monochromatic Colors of #205382
Black with #205382
Text Example
Text Example
White with #205382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205382; }
p { color: rgb(32,83,130); }
H1.HeaderClassName
{
color: #205382;
}
.AnyTagClassName
{
color: #205382;
}
</style>
background-color css
<style>
a { background-color: #205382; }
a { background-color: rgb(32,83,130); }
div.DivClassName
{
background-color: #205382;
}
.BgClassName
{
background-color: #205382;
}
</style>
border-color css
<style>
span { border-color: #205382; }
span { border-color: rgb(32,83,130); }
td.TdClassName
{
border-color: #205382;
}
.TagClassName
{
border-color: #205382;
}
</style>