Shades of Bahama Blue #285E83
Tints of Bahama Blue #285E83
RGB
CMYK
RGB Variations
Color information
#285E83 (or 0x285E83) is known color: Bahama Blue. HEX triplet: 28, 5E and 83. RGB value is (40,94,131). Sum of RGB (Red+Green+Blue) = 40+94+131=265 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.09% from 265); Green value is 94 (37.11% from 255 or 35.47% from 265); Blue value is 131 (51.56% from 255 or 49.43% from 265); Max value from RGB is 131 - color contains mainly: blue. Hex color #285E83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285E83 is #D7A17C. Grayscale: #515151. Windows color (decimal): -14131581 or 8609320. OLE color: 8609320.
HSL color Cylindrical-coordinate representation of color #285E83: hue angle of 204.4º 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 #285E83 is Cyan = 0.69, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 94 | 131 | - |
| CMYK | 0.69 | 0.28 | 0 | 0.49 |
| HSL | 204.4º | 0.53% | 0.34% | - |
| HSV(B) | 204.4º | 0.69% | 0.51% | - |
| XYZ | 8.97 | 10.1 | 22.95 | - |
| YUV | 82.07 | 155.61 | 97.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 94 | 131 | 0.69 | 0.28 | 0 | 0.49 | 204.4 | 0.53 | 0.34 |
| Hex | 28 | 5E | 83 | 45 | 1C | 0 | 31 | CC | 35 | 22 |
| Octal | 50 | 136 | 203 | 105 | 34 | 0 | 61 | 314 | 65 | 42 |
| Binary | 101000 | 1011110 | 10000011 | 1000101 | 11100 | 0 | 110001 | 11001100 | 110101 | 100010 |
Color Harmonies of #285E83
Complementary color
Monochromatic Colors of #285E83
Black with #285E83
Text Example
Text Example
White with #285E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285E83; }
p { color: rgb(40,94,131); }
H1.HeaderClassName
{
color: #285E83;
}
.AnyTagClassName
{
color: #285E83;
}
</style>
background-color css
<style>
a { background-color: #285E83; }
a { background-color: rgb(40,94,131); }
div.DivClassName
{
background-color: #285E83;
}
.BgClassName
{
background-color: #285E83;
}
</style>
border-color css
<style>
span { border-color: #285E83; }
span { border-color: rgb(40,94,131); }
td.TdClassName
{
border-color: #285E83;
}
.TagClassName
{
border-color: #285E83;
}
</style>