Shades of Bahama Blue #204E82
Tints of Bahama Blue #204E82
RGB
CMYK
RGB Variations
Color information
#204E82 (or 0x204E82) is known color: Bahama Blue. HEX triplet: 20, 4E and 82. RGB value is (32,78,130). Sum of RGB (Red+Green+Blue) = 32+78+130=240 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.33% from 240); Green value is 78 (30.86% from 255 or 32.5% from 240); Blue value is 130 (51.17% from 255 or 54.17% from 240); Max value from RGB is 130 - color contains mainly: blue. Hex color #204E82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #204E82 is #DFB17D. Grayscale: #454545. Windows color (decimal): -14659966 or 8539680. OLE color: 8539680.
HSL color Cylindrical-coordinate representation of color #204E82: hue angle of 211.84º 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 #204E82 is Cyan = 0.75, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 78 | 130 | - |
| CMYK | 0.75 | 0.40 | 0 | 0.49 |
| HSL | 211.84º | 0.6% | 0.32% | - |
| HSV(B) | 211.84º | 0.75% | 0.51% | - |
| XYZ | 7.35 | 7.37 | 22.15 | - |
| YUV | 70.17 | 161.76 | 100.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 78 | 130 | 0.75 | 0.40 | 0 | 0.49 | 211.84 | 0.6 | 0.32 |
| Hex | 20 | 4E | 82 | 4B | 28 | 0 | 31 | D4 | 3C | 20 |
| Octal | 40 | 116 | 202 | 113 | 50 | 0 | 61 | 324 | 74 | 40 |
| Binary | 100000 | 1001110 | 10000010 | 1001011 | 101000 | 0 | 110001 | 11010100 | 111100 | 100000 |
Color Harmonies of #204E82
Complementary color
Monochromatic Colors of #204E82
Black with #204E82
Text Example
Text Example
White with #204E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204E82; }
p { color: rgb(32,78,130); }
H1.HeaderClassName
{
color: #204E82;
}
.AnyTagClassName
{
color: #204E82;
}
</style>
background-color css
<style>
a { background-color: #204E82; }
a { background-color: rgb(32,78,130); }
div.DivClassName
{
background-color: #204E82;
}
.BgClassName
{
background-color: #204E82;
}
</style>
border-color css
<style>
span { border-color: #204E82; }
span { border-color: rgb(32,78,130); }
td.TdClassName
{
border-color: #204E82;
}
.TagClassName
{
border-color: #204E82;
}
</style>