Shades of Bahama Blue #285E84
Tints of Bahama Blue #285E84
RGB
CMYK
RGB Variations
Color information
#285E84 (or 0x285E84) is known color: Bahama Blue. HEX triplet: 28, 5E and 84. RGB value is (40,94,132). Sum of RGB (Red+Green+Blue) = 40+94+132=266 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.04% from 266); Green value is 94 (37.11% from 255 or 35.34% from 266); Blue value is 132 (51.95% from 255 or 49.62% from 266); Max value from RGB is 132 - color contains mainly: blue. Hex color #285E84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285E84 is #D7A17B. Grayscale: #515151. Windows color (decimal): -14131580 or 8674856. OLE color: 8674856.
HSL color Cylindrical-coordinate representation of color #285E84: hue angle of 204.78º degrees, saturation: 0.53, 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 #285E84 is Cyan = 0.70, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 40 | 94 | 132 | - |
| CMYK | 0.70 | 0.29 | 0 | 0.48 |
| HSL | 204.78º | 0.53% | 0.34% | - |
| HSV(B) | 204.78º | 0.7% | 0.52% | - |
| XYZ | 9.04 | 10.12 | 23.31 | - |
| YUV | 82.19 | 156.11 | 97.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 94 | 132 | 0.70 | 0.29 | 0 | 0.48 | 204.78 | 0.53 | 0.34 |
| Hex | 28 | 5E | 84 | 46 | 1D | 0 | 30 | CD | 35 | 22 |
| Octal | 50 | 136 | 204 | 106 | 35 | 0 | 60 | 315 | 65 | 42 |
| Binary | 101000 | 1011110 | 10000100 | 1000110 | 11101 | 0 | 110000 | 11001101 | 110101 | 100010 |
Color Harmonies of #285E84
Complementary color
Monochromatic Colors of #285E84
Black with #285E84
Text Example
Text Example
White with #285E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285E84; }
p { color: rgb(40,94,132); }
H1.HeaderClassName
{
color: #285E84;
}
.AnyTagClassName
{
color: #285E84;
}
</style>
background-color css
<style>
a { background-color: #285E84; }
a { background-color: rgb(40,94,132); }
div.DivClassName
{
background-color: #285E84;
}
.BgClassName
{
background-color: #285E84;
}
</style>
border-color css
<style>
span { border-color: #285E84; }
span { border-color: rgb(40,94,132); }
td.TdClassName
{
border-color: #285E84;
}
.TagClassName
{
border-color: #285E84;
}
</style>