Shades of Bahama Blue #285F83
Tints of Bahama Blue #285F83
RGB
CMYK
RGB Variations
Color information
#285F83 (or 0x285F83) is known color: Bahama Blue. HEX triplet: 28, 5F and 83. RGB value is (40,95,131). Sum of RGB (Red+Green+Blue) = 40+95+131=266 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.04% from 266); Green value is 95 (37.5% from 255 or 35.71% from 266); Blue value is 131 (51.56% from 255 or 49.25% from 266); Max value from RGB is 131 - color contains mainly: blue. Hex color #285F83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285F83 is #D7A07C. Grayscale: #525252. Windows color (decimal): -14131325 or 8609576. OLE color: 8609576.
HSL color Cylindrical-coordinate representation of color #285F83: hue angle of 203.74º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #285F83 is Cyan = 0.69, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 95 | 131 | - |
| CMYK | 0.69 | 0.27 | 0 | 0.49 |
| HSL | 203.74º | 0.53% | 0.34% | - |
| HSV(B) | 203.74º | 0.69% | 0.51% | - |
| XYZ | 9.06 | 10.27 | 22.98 | - |
| YUV | 82.66 | 155.28 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 95 | 131 | 0.69 | 0.27 | 0 | 0.49 | 203.74 | 0.53 | 0.34 |
| Hex | 28 | 5F | 83 | 45 | 1B | 0 | 31 | CC | 35 | 22 |
| Octal | 50 | 137 | 203 | 105 | 33 | 0 | 61 | 314 | 65 | 42 |
| Binary | 101000 | 1011111 | 10000011 | 1000101 | 11011 | 0 | 110001 | 11001100 | 110101 | 100010 |
Color Harmonies of #285F83
Complementary color
Monochromatic Colors of #285F83
Black with #285F83
Text Example
Text Example
White with #285F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285F83; }
p { color: rgb(40,95,131); }
H1.HeaderClassName
{
color: #285F83;
}
.AnyTagClassName
{
color: #285F83;
}
</style>
background-color css
<style>
a { background-color: #285F83; }
a { background-color: rgb(40,95,131); }
div.DivClassName
{
background-color: #285F83;
}
.BgClassName
{
background-color: #285F83;
}
</style>
border-color css
<style>
span { border-color: #285F83; }
span { border-color: rgb(40,95,131); }
td.TdClassName
{
border-color: #285F83;
}
.TagClassName
{
border-color: #285F83;
}
</style>