Shades of Bahama Blue #20537A
Tints of Bahama Blue #20537A
RGB
CMYK
RGB Variations
Color information
#20537A (or 0x20537A) is known color: Bahama Blue. HEX triplet: 20, 53 and 7A. RGB value is (32,83,122). Sum of RGB (Red+Green+Blue) = 32+83+122=237 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.50% from 237); Green value is 83 (32.81% from 255 or 35.02% from 237); Blue value is 122 (48.05% from 255 or 51.48% from 237); Max value from RGB is 122 - color contains mainly: blue. Hex color #20537A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20537A is #DFAC85. Grayscale: #474747. Windows color (decimal): -14658694 or 8016672. OLE color: 8016672.
HSL color Cylindrical-coordinate representation of color #20537A: hue angle of 206º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #20537A is Cyan = 0.74, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 32 | 83 | 122 | - |
| CMYK | 0.74 | 0.32 | 0 | 0.52 |
| HSL | 206º | 0.58% | 0.3% | - |
| HSV(B) | 206º | 0.74% | 0.48% | - |
| XYZ | 7.2 | 7.9 | 19.56 | - |
| YUV | 72.2 | 156.1 | 99.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 83 | 122 | 0.74 | 0.32 | 0 | 0.52 | 206 | 0.58 | 0.3 |
| Hex | 20 | 53 | 7A | 4A | 20 | 0 | 34 | CE | 3A | 1E |
| Octal | 40 | 123 | 172 | 112 | 40 | 0 | 64 | 316 | 72 | 36 |
| Binary | 100000 | 1010011 | 1111010 | 1001010 | 100000 | 0 | 110100 | 11001110 | 111010 | 11110 |
Color Harmonies of #20537A
Complementary color
Monochromatic Colors of #20537A
Black with #20537A
Text Example
Text Example
White with #20537A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20537A; }
p { color: rgb(32,83,122); }
H1.HeaderClassName
{
color: #20537A;
}
.AnyTagClassName
{
color: #20537A;
}
</style>
background-color css
<style>
a { background-color: #20537A; }
a { background-color: rgb(32,83,122); }
div.DivClassName
{
background-color: #20537A;
}
.BgClassName
{
background-color: #20537A;
}
</style>
border-color css
<style>
span { border-color: #20537A; }
span { border-color: rgb(32,83,122); }
td.TdClassName
{
border-color: #20537A;
}
.TagClassName
{
border-color: #20537A;
}
</style>