Shades of Bahama Blue #20527C
Tints of Bahama Blue #20527C
RGB
CMYK
RGB Variations
Color information
#20527C (or 0x20527C) is known color: Bahama Blue. HEX triplet: 20, 52 and 7C. RGB value is (32,82,124). Sum of RGB (Red+Green+Blue) = 32+82+124=238 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.45% from 238); Green value is 82 (32.42% from 255 or 34.45% from 238); Blue value is 124 (48.83% from 255 or 52.10% from 238); Max value from RGB is 124 - color contains mainly: blue. Hex color #20527C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20527C is #DFAD83. Grayscale: #474747. Windows color (decimal): -14658948 or 8147488. OLE color: 8147488.
HSL color Cylindrical-coordinate representation of color #20527C: hue angle of 207.39º 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 #20527C is Cyan = 0.74, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 82 | 124 | - |
| CMYK | 0.74 | 0.34 | 0 | 0.51 |
| HSL | 207.39º | 0.59% | 0.31% | - |
| HSV(B) | 207.39º | 0.74% | 0.49% | - |
| XYZ | 7.25 | 7.8 | 20.19 | - |
| YUV | 71.84 | 157.44 | 99.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 82 | 124 | 0.74 | 0.34 | 0 | 0.51 | 207.39 | 0.59 | 0.31 |
| Hex | 20 | 52 | 7C | 4A | 22 | 0 | 33 | CF | 3B | 1F |
| Octal | 40 | 122 | 174 | 112 | 42 | 0 | 63 | 317 | 73 | 37 |
| Binary | 100000 | 1010010 | 1111100 | 1001010 | 100010 | 0 | 110011 | 11001111 | 111011 | 11111 |
Color Harmonies of #20527C
Complementary color
Monochromatic Colors of #20527C
Black with #20527C
Text Example
Text Example
White with #20527C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20527C; }
p { color: rgb(32,82,124); }
H1.HeaderClassName
{
color: #20527C;
}
.AnyTagClassName
{
color: #20527C;
}
</style>
background-color css
<style>
a { background-color: #20527C; }
a { background-color: rgb(32,82,124); }
div.DivClassName
{
background-color: #20527C;
}
.BgClassName
{
background-color: #20527C;
}
</style>
border-color css
<style>
span { border-color: #20527C; }
span { border-color: rgb(32,82,124); }
td.TdClassName
{
border-color: #20527C;
}
.TagClassName
{
border-color: #20527C;
}
</style>