Shades of Bahama Blue #205385
Tints of Bahama Blue #205385
RGB
CMYK
RGB Variations
Color information
#205385 (or 0x205385) is known color: Bahama Blue. HEX triplet: 20, 53 and 85. RGB value is (32,83,133). Sum of RGB (Red+Green+Blue) = 32+83+133=248 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.90% from 248); Green value is 83 (32.81% from 255 or 33.47% from 248); Blue value is 133 (52.34% from 255 or 53.63% from 248); Max value from RGB is 133 - color contains mainly: blue. Hex color #205385 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205385 is #DFAC7A. Grayscale: #494949. Windows color (decimal): -14658683 or 8737568. OLE color: 8737568.
HSL color Cylindrical-coordinate representation of color #205385: hue angle of 209.7º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #205385 is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 83 | 133 | - |
| CMYK | 0.76 | 0.38 | 0 | 0.48 |
| HSL | 209.7º | 0.61% | 0.32% | - |
| HSV(B) | 209.7º | 0.76% | 0.52% | - |
| XYZ | 7.92 | 8.19 | 23.35 | - |
| YUV | 73.45 | 161.6 | 98.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 83 | 133 | 0.76 | 0.38 | 0 | 0.48 | 209.7 | 0.61 | 0.32 |
| Hex | 20 | 53 | 85 | 4C | 26 | 0 | 30 | D2 | 3D | 20 |
| Octal | 40 | 123 | 205 | 114 | 46 | 0 | 60 | 322 | 75 | 40 |
| Binary | 100000 | 1010011 | 10000101 | 1001100 | 100110 | 0 | 110000 | 11010010 | 111101 | 100000 |
Color Harmonies of #205385
Complementary color
Monochromatic Colors of #205385
Black with #205385
Text Example
Text Example
White with #205385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205385; }
p { color: rgb(32,83,133); }
H1.HeaderClassName
{
color: #205385;
}
.AnyTagClassName
{
color: #205385;
}
</style>
background-color css
<style>
a { background-color: #205385; }
a { background-color: rgb(32,83,133); }
div.DivClassName
{
background-color: #205385;
}
.BgClassName
{
background-color: #205385;
}
</style>
border-color css
<style>
span { border-color: #205385; }
span { border-color: rgb(32,83,133); }
td.TdClassName
{
border-color: #205385;
}
.TagClassName
{
border-color: #205385;
}
</style>