Shades of Bahama Blue #285C84
Tints of Bahama Blue #285C84
RGB
CMYK
RGB Variations
Color information
#285C84 (or 0x285C84) is known color: Bahama Blue. HEX triplet: 28, 5C and 84. RGB value is (40,92,132). Sum of RGB (Red+Green+Blue) = 40+92+132=264 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.15% from 264); Green value is 92 (36.33% from 255 or 34.85% from 264); Blue value is 132 (51.95% from 255 or 50% from 264); Max value from RGB is 132 - color contains mainly: blue. Hex color #285C84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285C84 is #D7A37B. Grayscale: #505050. Windows color (decimal): -14132092 or 8674344. OLE color: 8674344.
HSL color Cylindrical-coordinate representation of color #285C84: hue angle of 206.09º 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 #285C84 is Cyan = 0.70, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 40 | 92 | 132 | - |
| CMYK | 0.70 | 0.30 | 0 | 0.48 |
| HSL | 206.09º | 0.53% | 0.34% | - |
| HSV(B) | 206.09º | 0.7% | 0.52% | - |
| XYZ | 8.87 | 9.77 | 23.25 | - |
| YUV | 81.01 | 156.77 | 98.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 92 | 132 | 0.70 | 0.30 | 0 | 0.48 | 206.09 | 0.53 | 0.34 |
| Hex | 28 | 5C | 84 | 46 | 1E | 0 | 30 | CE | 35 | 22 |
| Octal | 50 | 134 | 204 | 106 | 36 | 0 | 60 | 316 | 65 | 42 |
| Binary | 101000 | 1011100 | 10000100 | 1000110 | 11110 | 0 | 110000 | 11001110 | 110101 | 100010 |
Color Harmonies of #285C84
Complementary color
Monochromatic Colors of #285C84
Black with #285C84
Text Example
Text Example
White with #285C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285C84; }
p { color: rgb(40,92,132); }
H1.HeaderClassName
{
color: #285C84;
}
.AnyTagClassName
{
color: #285C84;
}
</style>
background-color css
<style>
a { background-color: #285C84; }
a { background-color: rgb(40,92,132); }
div.DivClassName
{
background-color: #285C84;
}
.BgClassName
{
background-color: #285C84;
}
</style>
border-color css
<style>
span { border-color: #285C84; }
span { border-color: rgb(40,92,132); }
td.TdClassName
{
border-color: #285C84;
}
.TagClassName
{
border-color: #285C84;
}
</style>