Shades of Bahama Blue #204C7D
Tints of Bahama Blue #204C7D
RGB
CMYK
RGB Variations
Color information
#204C7D (or 0x204C7D) is known color: Bahama Blue. HEX triplet: 20, 4C and 7D. RGB value is (32,76,125). Sum of RGB (Red+Green+Blue) = 32+76+125=233 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.73% from 233); Green value is 76 (30.08% from 255 or 32.62% from 233); Blue value is 125 (49.22% from 255 or 53.65% from 233); Max value from RGB is 125 - color contains mainly: blue. Hex color #204C7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204C7D is #DFB382. Grayscale: #444444. Windows color (decimal): -14660483 or 8211488. OLE color: 8211488.
HSL color Cylindrical-coordinate representation of color #204C7D: hue angle of 211.61º 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 #204C7D is Cyan = 0.74, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 76 | 125 | - |
| CMYK | 0.74 | 0.39 | 0 | 0.51 |
| HSL | 211.61º | 0.59% | 0.31% | - |
| HSV(B) | 211.61º | 0.74% | 0.49% | - |
| XYZ | 6.88 | 6.96 | 20.38 | - |
| YUV | 68.43 | 159.92 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 76 | 125 | 0.74 | 0.39 | 0 | 0.51 | 211.61 | 0.59 | 0.31 |
| Hex | 20 | 4C | 7D | 4A | 27 | 0 | 33 | D4 | 3B | 1F |
| Octal | 40 | 114 | 175 | 112 | 47 | 0 | 63 | 324 | 73 | 37 |
| Binary | 100000 | 1001100 | 1111101 | 1001010 | 100111 | 0 | 110011 | 11010100 | 111011 | 11111 |
Color Harmonies of #204C7D
Complementary color
Monochromatic Colors of #204C7D
Black with #204C7D
Text Example
Text Example
White with #204C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204C7D; }
p { color: rgb(32,76,125); }
H1.HeaderClassName
{
color: #204C7D;
}
.AnyTagClassName
{
color: #204C7D;
}
</style>
background-color css
<style>
a { background-color: #204C7D; }
a { background-color: rgb(32,76,125); }
div.DivClassName
{
background-color: #204C7D;
}
.BgClassName
{
background-color: #204C7D;
}
</style>
border-color css
<style>
span { border-color: #204C7D; }
span { border-color: rgb(32,76,125); }
td.TdClassName
{
border-color: #204C7D;
}
.TagClassName
{
border-color: #204C7D;
}
</style>