Shades of Bahama Blue #285B85
Tints of Bahama Blue #285B85
RGB
CMYK
RGB Variations
Color information
#285B85 (or 0x285B85) is known color: Bahama Blue. HEX triplet: 28, 5B and 85. RGB value is (40,91,133). Sum of RGB (Red+Green+Blue) = 40+91+133=264 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.15% from 264); Green value is 91 (35.94% from 255 or 34.47% from 264); Blue value is 133 (52.34% from 255 or 50.38% from 264); Max value from RGB is 133 - color contains mainly: blue. Hex color #285B85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285B85 is #D7A47A. Grayscale: #505050. Windows color (decimal): -14132347 or 8739624. OLE color: 8739624.
HSL color Cylindrical-coordinate representation of color #285B85: hue angle of 207.1º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #285B85 is Cyan = 0.70, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 40 | 91 | 133 | - |
| CMYK | 0.70 | 0.32 | 0 | 0.48 |
| HSL | 207.1º | 0.54% | 0.34% | - |
| HSV(B) | 207.1º | 0.7% | 0.52% | - |
| XYZ | 8.85 | 9.63 | 23.58 | - |
| YUV | 80.54 | 157.6 | 99.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 91 | 133 | 0.70 | 0.32 | 0 | 0.48 | 207.1 | 0.54 | 0.34 |
| Hex | 28 | 5B | 85 | 46 | 20 | 0 | 30 | CF | 36 | 22 |
| Octal | 50 | 133 | 205 | 106 | 40 | 0 | 60 | 317 | 66 | 42 |
| Binary | 101000 | 1011011 | 10000101 | 1000110 | 100000 | 0 | 110000 | 11001111 | 110110 | 100010 |
Color Harmonies of #285B85
Complementary color
Monochromatic Colors of #285B85
Black with #285B85
Text Example
Text Example
White with #285B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285B85; }
p { color: rgb(40,91,133); }
H1.HeaderClassName
{
color: #285B85;
}
.AnyTagClassName
{
color: #285B85;
}
</style>
background-color css
<style>
a { background-color: #285B85; }
a { background-color: rgb(40,91,133); }
div.DivClassName
{
background-color: #285B85;
}
.BgClassName
{
background-color: #285B85;
}
</style>
border-color css
<style>
span { border-color: #285B85; }
span { border-color: rgb(40,91,133); }
td.TdClassName
{
border-color: #285B85;
}
.TagClassName
{
border-color: #285B85;
}
</style>