Shades of Bahama Blue #204D81
Tints of Bahama Blue #204D81
RGB
CMYK
RGB Variations
Color information
#204D81 (or 0x204D81) is known color: Bahama Blue. HEX triplet: 20, 4D and 81. RGB value is (32,77,129). Sum of RGB (Red+Green+Blue) = 32+77+129=238 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.45% from 238); Green value is 77 (30.47% from 255 or 32.35% from 238); Blue value is 129 (50.78% from 255 or 54.20% from 238); Max value from RGB is 129 - color contains mainly: blue. Hex color #204D81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #204D81 is #DFB27E. Grayscale: #454545. Windows color (decimal): -14660223 or 8473888. OLE color: 8473888.
HSL color Cylindrical-coordinate representation of color #204D81: hue angle of 212.16º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #204D81 is Cyan = 0.75, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 77 | 129 | - |
| CMYK | 0.75 | 0.40 | 0 | 0.49 |
| HSL | 212.16º | 0.6% | 0.32% | - |
| HSV(B) | 212.16º | 0.75% | 0.51% | - |
| XYZ | 7.21 | 7.2 | 21.78 | - |
| YUV | 69.47 | 161.59 | 101.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 77 | 129 | 0.75 | 0.40 | 0 | 0.49 | 212.16 | 0.6 | 0.32 |
| Hex | 20 | 4D | 81 | 4B | 28 | 0 | 31 | D4 | 3C | 20 |
| Octal | 40 | 115 | 201 | 113 | 50 | 0 | 61 | 324 | 74 | 40 |
| Binary | 100000 | 1001101 | 10000001 | 1001011 | 101000 | 0 | 110001 | 11010100 | 111100 | 100000 |
Color Harmonies of #204D81
Complementary color
Monochromatic Colors of #204D81
Black with #204D81
Text Example
Text Example
White with #204D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204D81; }
p { color: rgb(32,77,129); }
H1.HeaderClassName
{
color: #204D81;
}
.AnyTagClassName
{
color: #204D81;
}
</style>
background-color css
<style>
a { background-color: #204D81; }
a { background-color: rgb(32,77,129); }
div.DivClassName
{
background-color: #204D81;
}
.BgClassName
{
background-color: #204D81;
}
</style>
border-color css
<style>
span { border-color: #204D81; }
span { border-color: rgb(32,77,129); }
td.TdClassName
{
border-color: #204D81;
}
.TagClassName
{
border-color: #204D81;
}
</style>