Shades of Bahama Blue #285F7F
Tints of Bahama Blue #285F7F
RGB
CMYK
RGB Variations
Color information
#285F7F (or 0x285F7F) is known color: Bahama Blue. HEX triplet: 28, 5F and 7F. RGB value is (40,95,127). Sum of RGB (Red+Green+Blue) = 40+95+127=262 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.27% from 262); Green value is 95 (37.5% from 255 or 36.26% from 262); Blue value is 127 (50% from 255 or 48.47% from 262); Max value from RGB is 127 - color contains mainly: blue. Hex color #285F7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285F7F is #D7A080. Grayscale: #525252. Windows color (decimal): -14131329 or 8347432. OLE color: 8347432.
HSL color Cylindrical-coordinate representation of color #285F7F: hue angle of 202.07º 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 #285F7F is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 40 | 95 | 127 | - |
| CMYK | 0.69 | 0.25 | 0 | 0.50 |
| HSL | 202.07º | 0.52% | 0.33% | - |
| HSV(B) | 202.07º | 0.69% | 0.5% | - |
| XYZ | 8.8 | 10.17 | 21.58 | - |
| YUV | 82.2 | 153.28 | 97.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 95 | 127 | 0.69 | 0.25 | 0 | 0.50 | 202.07 | 0.52 | 0.33 |
| Hex | 28 | 5F | 7F | 45 | 19 | 0 | 32 | CA | 34 | 21 |
| Octal | 50 | 137 | 177 | 105 | 31 | 0 | 62 | 312 | 64 | 41 |
| Binary | 101000 | 1011111 | 1111111 | 1000101 | 11001 | 0 | 110010 | 11001010 | 110100 | 100001 |
Color Harmonies of #285F7F
Complementary color
Monochromatic Colors of #285F7F
Black with #285F7F
Text Example
Text Example
White with #285F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285F7F; }
p { color: rgb(40,95,127); }
H1.HeaderClassName
{
color: #285F7F;
}
.AnyTagClassName
{
color: #285F7F;
}
</style>
background-color css
<style>
a { background-color: #285F7F; }
a { background-color: rgb(40,95,127); }
div.DivClassName
{
background-color: #285F7F;
}
.BgClassName
{
background-color: #285F7F;
}
</style>
border-color css
<style>
span { border-color: #285F7F; }
span { border-color: rgb(40,95,127); }
td.TdClassName
{
border-color: #285F7F;
}
.TagClassName
{
border-color: #285F7F;
}
</style>