Shades of Bahama Blue #204E7C
Tints of Bahama Blue #204E7C
RGB
CMYK
RGB Variations
Color information
#204E7C (or 0x204E7C) is known color: Bahama Blue. HEX triplet: 20, 4E and 7C. RGB value is (32,78,124). Sum of RGB (Red+Green+Blue) = 32+78+124=234 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.68% from 234); Green value is 78 (30.86% from 255 or 33.33% from 234); Blue value is 124 (48.83% from 255 or 52.99% from 234); Max value from RGB is 124 - color contains mainly: blue. Hex color #204E7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #204E7C is #DFB183. Grayscale: #454545. Windows color (decimal): -14659972 or 8146464. OLE color: 8146464.
HSL color Cylindrical-coordinate representation of color #204E7C: hue angle of 210º 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 #204E7C is Cyan = 0.74, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 78 | 124 | - |
| CMYK | 0.74 | 0.37 | 0 | 0.51 |
| HSL | 210º | 0.59% | 0.31% | - |
| HSV(B) | 210º | 0.74% | 0.49% | - |
| XYZ | 6.96 | 7.21 | 20.09 | - |
| YUV | 69.49 | 158.76 | 101.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 78 | 124 | 0.74 | 0.37 | 0 | 0.51 | 210 | 0.59 | 0.31 |
| Hex | 20 | 4E | 7C | 4A | 25 | 0 | 33 | D2 | 3B | 1F |
| Octal | 40 | 116 | 174 | 112 | 45 | 0 | 63 | 322 | 73 | 37 |
| Binary | 100000 | 1001110 | 1111100 | 1001010 | 100101 | 0 | 110011 | 11010010 | 111011 | 11111 |
Color Harmonies of #204E7C
Complementary color
Monochromatic Colors of #204E7C
Black with #204E7C
Text Example
Text Example
White with #204E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204E7C; }
p { color: rgb(32,78,124); }
H1.HeaderClassName
{
color: #204E7C;
}
.AnyTagClassName
{
color: #204E7C;
}
</style>
background-color css
<style>
a { background-color: #204E7C; }
a { background-color: rgb(32,78,124); }
div.DivClassName
{
background-color: #204E7C;
}
.BgClassName
{
background-color: #204E7C;
}
</style>
border-color css
<style>
span { border-color: #204E7C; }
span { border-color: rgb(32,78,124); }
td.TdClassName
{
border-color: #204E7C;
}
.TagClassName
{
border-color: #204E7C;
}
</style>