Shades of Bahama Blue #205E84
Tints of Bahama Blue #205E84
RGB
CMYK
RGB Variations
Color information
#205E84 (or 0x205E84) is known color: Bahama Blue. HEX triplet: 20, 5E and 84. RGB value is (32,94,132). Sum of RGB (Red+Green+Blue) = 32+94+132=258 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.40% from 258); Green value is 94 (37.11% from 255 or 36.43% from 258); Blue value is 132 (51.95% from 255 or 51.16% from 258); Max value from RGB is 132 - color contains mainly: blue. Hex color #205E84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205E84 is #DFA17B. Grayscale: #4F4F4F. Windows color (decimal): -14655868 or 8674848. OLE color: 8674848.
HSL color Cylindrical-coordinate representation of color #205E84: hue angle of 202.8º 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 #205E84 is Cyan = 0.76, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 94 | 132 | - |
| CMYK | 0.76 | 0.29 | 0 | 0.48 |
| HSL | 202.8º | 0.61% | 0.32% | - |
| HSV(B) | 202.8º | 0.76% | 0.52% | - |
| XYZ | 8.76 | 9.98 | 23.29 | - |
| YUV | 79.79 | 157.46 | 93.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 94 | 132 | 0.76 | 0.29 | 0 | 0.48 | 202.8 | 0.61 | 0.32 |
| Hex | 20 | 5E | 84 | 4C | 1D | 0 | 30 | CB | 3D | 20 |
| Octal | 40 | 136 | 204 | 114 | 35 | 0 | 60 | 313 | 75 | 40 |
| Binary | 100000 | 1011110 | 10000100 | 1001100 | 11101 | 0 | 110000 | 11001011 | 111101 | 100000 |
Color Harmonies of #205E84
Complementary color
Monochromatic Colors of #205E84
Black with #205E84
Text Example
Text Example
White with #205E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205E84; }
p { color: rgb(32,94,132); }
H1.HeaderClassName
{
color: #205E84;
}
.AnyTagClassName
{
color: #205E84;
}
</style>
background-color css
<style>
a { background-color: #205E84; }
a { background-color: rgb(32,94,132); }
div.DivClassName
{
background-color: #205E84;
}
.BgClassName
{
background-color: #205E84;
}
</style>
border-color css
<style>
span { border-color: #205E84; }
span { border-color: rgb(32,94,132); }
td.TdClassName
{
border-color: #205E84;
}
.TagClassName
{
border-color: #205E84;
}
</style>