Shades of Bahama Blue #285E7F
Tints of Bahama Blue #285E7F
RGB
CMYK
RGB Variations
Color information
#285E7F (or 0x285E7F) is known color: Bahama Blue. HEX triplet: 28, 5E and 7F. RGB value is (40,94,127). Sum of RGB (Red+Green+Blue) = 40+94+127=261 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.33% from 261); Green value is 94 (37.11% from 255 or 36.02% from 261); Blue value is 127 (50% from 255 or 48.66% from 261); Max value from RGB is 127 - color contains mainly: blue. Hex color #285E7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285E7F is #D7A180. Grayscale: #515151. Windows color (decimal): -14131585 or 8347176. OLE color: 8347176.
HSL color Cylindrical-coordinate representation of color #285E7F: hue angle of 202.76º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #285E7F is Cyan = 0.69, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 40 | 94 | 127 | - |
| CMYK | 0.69 | 0.26 | 0 | 0.50 |
| HSL | 202.76º | 0.52% | 0.33% | - |
| HSV(B) | 202.76º | 0.69% | 0.5% | - |
| XYZ | 8.71 | 9.99 | 21.55 | - |
| YUV | 81.62 | 153.61 | 98.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 94 | 127 | 0.69 | 0.26 | 0 | 0.50 | 202.76 | 0.52 | 0.33 |
| Hex | 28 | 5E | 7F | 45 | 1A | 0 | 32 | CB | 34 | 21 |
| Octal | 50 | 136 | 177 | 105 | 32 | 0 | 62 | 313 | 64 | 41 |
| Binary | 101000 | 1011110 | 1111111 | 1000101 | 11010 | 0 | 110010 | 11001011 | 110100 | 100001 |
Color Harmonies of #285E7F
Complementary color
Monochromatic Colors of #285E7F
Black with #285E7F
Text Example
Text Example
White with #285E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285E7F; }
p { color: rgb(40,94,127); }
H1.HeaderClassName
{
color: #285E7F;
}
.AnyTagClassName
{
color: #285E7F;
}
</style>
background-color css
<style>
a { background-color: #285E7F; }
a { background-color: rgb(40,94,127); }
div.DivClassName
{
background-color: #285E7F;
}
.BgClassName
{
background-color: #285E7F;
}
</style>
border-color css
<style>
span { border-color: #285E7F; }
span { border-color: rgb(40,94,127); }
td.TdClassName
{
border-color: #285E7F;
}
.TagClassName
{
border-color: #285E7F;
}
</style>