Shades of Bahama Blue #204C78
Tints of Bahama Blue #204C78
RGB
CMYK
RGB Variations
Color information
#204C78 (or 0x204C78) is known color: Bahama Blue. HEX triplet: 20, 4C and 78. RGB value is (32,76,120). Sum of RGB (Red+Green+Blue) = 32+76+120=228 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.04% from 228); Green value is 76 (30.08% from 255 or 33.33% from 228); Blue value is 120 (47.27% from 255 or 52.63% from 228); Max value from RGB is 120 - color contains mainly: blue. Hex color #204C78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204C78 is #DFB387. Grayscale: #434343. Windows color (decimal): -14660488 or 7883808. OLE color: 7883808.
HSL color Cylindrical-coordinate representation of color #204C78: hue angle of 210º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #204C78 is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 32 | 76 | 120 | - |
| CMYK | 0.73 | 0.37 | 0 | 0.53 |
| HSL | 210º | 0.58% | 0.3% | - |
| HSV(B) | 210º | 0.73% | 0.47% | - |
| XYZ | 6.57 | 6.83 | 18.74 | - |
| YUV | 67.86 | 157.42 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 76 | 120 | 0.73 | 0.37 | 0 | 0.53 | 210 | 0.58 | 0.3 |
| Hex | 20 | 4C | 78 | 49 | 25 | 0 | 35 | D2 | 3A | 1E |
| Octal | 40 | 114 | 170 | 111 | 45 | 0 | 65 | 322 | 72 | 36 |
| Binary | 100000 | 1001100 | 1111000 | 1001001 | 100101 | 0 | 110101 | 11010010 | 111010 | 11110 |
Color Harmonies of #204C78
Complementary color
Monochromatic Colors of #204C78
Black with #204C78
Text Example
Text Example
White with #204C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204C78; }
p { color: rgb(32,76,120); }
H1.HeaderClassName
{
color: #204C78;
}
.AnyTagClassName
{
color: #204C78;
}
</style>
background-color css
<style>
a { background-color: #204C78; }
a { background-color: rgb(32,76,120); }
div.DivClassName
{
background-color: #204C78;
}
.BgClassName
{
background-color: #204C78;
}
</style>
border-color css
<style>
span { border-color: #204C78; }
span { border-color: rgb(32,76,120); }
td.TdClassName
{
border-color: #204C78;
}
.TagClassName
{
border-color: #204C78;
}
</style>