Shades of Bahama Blue #204F83
Tints of Bahama Blue #204F83
RGB
CMYK
RGB Variations
Color information
#204F83 (or 0x204F83) is known color: Bahama Blue. HEX triplet: 20, 4F and 83. RGB value is (32,79,131). Sum of RGB (Red+Green+Blue) = 32+79+131=242 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.22% from 242); Green value is 79 (31.25% from 255 or 32.64% from 242); Blue value is 131 (51.56% from 255 or 54.13% from 242); Max value from RGB is 131 - color contains mainly: blue. Hex color #204F83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #204F83 is #DFB07C. Grayscale: #464646. Windows color (decimal): -14659709 or 8605472. OLE color: 8605472.
HSL color Cylindrical-coordinate representation of color #204F83: hue angle of 211.52º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #204F83 is Cyan = 0.76, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 79 | 131 | - |
| CMYK | 0.76 | 0.40 | 0 | 0.49 |
| HSL | 211.52º | 0.61% | 0.32% | - |
| HSV(B) | 211.52º | 0.76% | 0.51% | - |
| XYZ | 7.49 | 7.54 | 22.53 | - |
| YUV | 70.88 | 161.93 | 100.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 79 | 131 | 0.76 | 0.40 | 0 | 0.49 | 211.52 | 0.61 | 0.32 |
| Hex | 20 | 4F | 83 | 4C | 28 | 0 | 31 | D4 | 3D | 20 |
| Octal | 40 | 117 | 203 | 114 | 50 | 0 | 61 | 324 | 75 | 40 |
| Binary | 100000 | 1001111 | 10000011 | 1001100 | 101000 | 0 | 110001 | 11010100 | 111101 | 100000 |
Color Harmonies of #204F83
Complementary color
Monochromatic Colors of #204F83
Black with #204F83
Text Example
Text Example
White with #204F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204F83; }
p { color: rgb(32,79,131); }
H1.HeaderClassName
{
color: #204F83;
}
.AnyTagClassName
{
color: #204F83;
}
</style>
background-color css
<style>
a { background-color: #204F83; }
a { background-color: rgb(32,79,131); }
div.DivClassName
{
background-color: #204F83;
}
.BgClassName
{
background-color: #204F83;
}
</style>
border-color css
<style>
span { border-color: #204F83; }
span { border-color: rgb(32,79,131); }
td.TdClassName
{
border-color: #204F83;
}
.TagClassName
{
border-color: #204F83;
}
</style>