Shades of Bahama Blue #20517C
Tints of Bahama Blue #20517C
RGB
CMYK
RGB Variations
Color information
#20517C (or 0x20517C) is known color: Bahama Blue. HEX triplet: 20, 51 and 7C. RGB value is (32,81,124). Sum of RGB (Red+Green+Blue) = 32+81+124=237 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.50% from 237); Green value is 81 (32.03% from 255 or 34.18% from 237); Blue value is 124 (48.83% from 255 or 52.32% from 237); Max value from RGB is 124 - color contains mainly: blue. Hex color #20517C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20517C is #DFAE83. Grayscale: #474747. Windows color (decimal): -14659204 or 8147232. OLE color: 8147232.
HSL color Cylindrical-coordinate representation of color #20517C: hue angle of 208.04º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #20517C is Cyan = 0.74, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 81 | 124 | - |
| CMYK | 0.74 | 0.35 | 0 | 0.51 |
| HSL | 208.04º | 0.59% | 0.31% | - |
| HSV(B) | 208.04º | 0.74% | 0.49% | - |
| XYZ | 7.18 | 7.65 | 20.17 | - |
| YUV | 71.25 | 157.77 | 100 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 81 | 124 | 0.74 | 0.35 | 0 | 0.51 | 208.04 | 0.59 | 0.31 |
| Hex | 20 | 51 | 7C | 4A | 23 | 0 | 33 | D0 | 3B | 1F |
| Octal | 40 | 121 | 174 | 112 | 43 | 0 | 63 | 320 | 73 | 37 |
| Binary | 100000 | 1010001 | 1111100 | 1001010 | 100011 | 0 | 110011 | 11010000 | 111011 | 11111 |
Color Harmonies of #20517C
Complementary color
Monochromatic Colors of #20517C
Black with #20517C
Text Example
Text Example
White with #20517C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20517C; }
p { color: rgb(32,81,124); }
H1.HeaderClassName
{
color: #20517C;
}
.AnyTagClassName
{
color: #20517C;
}
</style>
background-color css
<style>
a { background-color: #20517C; }
a { background-color: rgb(32,81,124); }
div.DivClassName
{
background-color: #20517C;
}
.BgClassName
{
background-color: #20517C;
}
</style>
border-color css
<style>
span { border-color: #20517C; }
span { border-color: rgb(32,81,124); }
td.TdClassName
{
border-color: #20517C;
}
.TagClassName
{
border-color: #20517C;
}
</style>