Shades of Bahama Blue #204E81
Tints of Bahama Blue #204E81
RGB
CMYK
RGB Variations
Color information
#204E81 (or 0x204E81) is known color: Bahama Blue. HEX triplet: 20, 4E and 81. RGB value is (32,78,129). Sum of RGB (Red+Green+Blue) = 32+78+129=239 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.39% from 239); Green value is 78 (30.86% from 255 or 32.64% from 239); Blue value is 129 (50.78% from 255 or 53.97% from 239); Max value from RGB is 129 - color contains mainly: blue. Hex color #204E81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #204E81 is #DFB17E. Grayscale: #454545. Windows color (decimal): -14659967 or 8474144. OLE color: 8474144.
HSL color Cylindrical-coordinate representation of color #204E81: hue angle of 211.55º 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 #204E81 is Cyan = 0.75, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 78 | 129 | - |
| CMYK | 0.75 | 0.40 | 0 | 0.49 |
| HSL | 211.55º | 0.6% | 0.32% | - |
| HSV(B) | 211.55º | 0.75% | 0.51% | - |
| XYZ | 7.28 | 7.34 | 21.8 | - |
| YUV | 70.06 | 161.26 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 78 | 129 | 0.75 | 0.40 | 0 | 0.49 | 211.55 | 0.6 | 0.32 |
| Hex | 20 | 4E | 81 | 4B | 28 | 0 | 31 | D4 | 3C | 20 |
| Octal | 40 | 116 | 201 | 113 | 50 | 0 | 61 | 324 | 74 | 40 |
| Binary | 100000 | 1001110 | 10000001 | 1001011 | 101000 | 0 | 110001 | 11010100 | 111100 | 100000 |
Color Harmonies of #204E81
Complementary color
Monochromatic Colors of #204E81
Black with #204E81
Text Example
Text Example
White with #204E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204E81; }
p { color: rgb(32,78,129); }
H1.HeaderClassName
{
color: #204E81;
}
.AnyTagClassName
{
color: #204E81;
}
</style>
background-color css
<style>
a { background-color: #204E81; }
a { background-color: rgb(32,78,129); }
div.DivClassName
{
background-color: #204E81;
}
.BgClassName
{
background-color: #204E81;
}
</style>
border-color css
<style>
span { border-color: #204E81; }
span { border-color: rgb(32,78,129); }
td.TdClassName
{
border-color: #204E81;
}
.TagClassName
{
border-color: #204E81;
}
</style>