Shades of Bahama Blue #20537E
Tints of Bahama Blue #20537E
RGB
CMYK
RGB Variations
Color information
#20537E (or 0x20537E) is known color: Bahama Blue. HEX triplet: 20, 53 and 7E. RGB value is (32,83,126). Sum of RGB (Red+Green+Blue) = 32+83+126=241 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.28% from 241); Green value is 83 (32.81% from 255 or 34.44% from 241); Blue value is 126 (49.61% from 255 or 52.28% from 241); Max value from RGB is 126 - color contains mainly: blue. Hex color #20537E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20537E is #DFAC81. Grayscale: #484848. Windows color (decimal): -14658690 or 8278816. OLE color: 8278816.
HSL color Cylindrical-coordinate representation of color #20537E: hue angle of 207.45º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #20537E is Cyan = 0.75, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 83 | 126 | - |
| CMYK | 0.75 | 0.34 | 0 | 0.51 |
| HSL | 207.45º | 0.59% | 0.31% | - |
| HSV(B) | 207.45º | 0.75% | 0.49% | - |
| XYZ | 7.45 | 8 | 20.89 | - |
| YUV | 72.65 | 158.1 | 99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 83 | 126 | 0.75 | 0.34 | 0 | 0.51 | 207.45 | 0.59 | 0.31 |
| Hex | 20 | 53 | 7E | 4B | 22 | 0 | 33 | CF | 3B | 1F |
| Octal | 40 | 123 | 176 | 113 | 42 | 0 | 63 | 317 | 73 | 37 |
| Binary | 100000 | 1010011 | 1111110 | 1001011 | 100010 | 0 | 110011 | 11001111 | 111011 | 11111 |
Color Harmonies of #20537E
Complementary color
Monochromatic Colors of #20537E
Black with #20537E
Text Example
Text Example
White with #20537E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20537E; }
p { color: rgb(32,83,126); }
H1.HeaderClassName
{
color: #20537E;
}
.AnyTagClassName
{
color: #20537E;
}
</style>
background-color css
<style>
a { background-color: #20537E; }
a { background-color: rgb(32,83,126); }
div.DivClassName
{
background-color: #20537E;
}
.BgClassName
{
background-color: #20537E;
}
</style>
border-color css
<style>
span { border-color: #20537E; }
span { border-color: rgb(32,83,126); }
td.TdClassName
{
border-color: #20537E;
}
.TagClassName
{
border-color: #20537E;
}
</style>