Shades of Bahama Blue #285F81
Tints of Bahama Blue #285F81
RGB
CMYK
RGB Variations
Color information
#285F81 (or 0x285F81) is known color: Bahama Blue. HEX triplet: 28, 5F and 81. RGB value is (40,95,129). Sum of RGB (Red+Green+Blue) = 40+95+129=264 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.15% from 264); Green value is 95 (37.5% from 255 or 35.98% from 264); Blue value is 129 (50.78% from 255 or 48.86% from 264); Max value from RGB is 129 - color contains mainly: blue. Hex color #285F81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285F81 is #D7A07E. Grayscale: #525252. Windows color (decimal): -14131327 or 8478504. OLE color: 8478504.
HSL color Cylindrical-coordinate representation of color #285F81: hue angle of 202.92º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #285F81 is Cyan = 0.69, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 95 | 129 | - |
| CMYK | 0.69 | 0.26 | 0 | 0.49 |
| HSL | 202.92º | 0.53% | 0.33% | - |
| HSV(B) | 202.92º | 0.69% | 0.51% | - |
| XYZ | 8.93 | 10.22 | 22.27 | - |
| YUV | 82.43 | 154.28 | 97.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 95 | 129 | 0.69 | 0.26 | 0 | 0.49 | 202.92 | 0.53 | 0.33 |
| Hex | 28 | 5F | 81 | 45 | 1A | 0 | 31 | CB | 35 | 21 |
| Octal | 50 | 137 | 201 | 105 | 32 | 0 | 61 | 313 | 65 | 41 |
| Binary | 101000 | 1011111 | 10000001 | 1000101 | 11010 | 0 | 110001 | 11001011 | 110101 | 100001 |
Color Harmonies of #285F81
Complementary color
Monochromatic Colors of #285F81
Black with #285F81
Text Example
Text Example
White with #285F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285F81; }
p { color: rgb(40,95,129); }
H1.HeaderClassName
{
color: #285F81;
}
.AnyTagClassName
{
color: #285F81;
}
</style>
background-color css
<style>
a { background-color: #285F81; }
a { background-color: rgb(40,95,129); }
div.DivClassName
{
background-color: #285F81;
}
.BgClassName
{
background-color: #285F81;
}
</style>
border-color css
<style>
span { border-color: #285F81; }
span { border-color: rgb(40,95,129); }
td.TdClassName
{
border-color: #285F81;
}
.TagClassName
{
border-color: #285F81;
}
</style>