Shades of Bahama Blue #285B7D
Tints of Bahama Blue #285B7D
RGB
CMYK
RGB Variations
Color information
#285B7D (or 0x285B7D) is known color: Bahama Blue. HEX triplet: 28, 5B and 7D. RGB value is (40,91,125). Sum of RGB (Red+Green+Blue) = 40+91+125=256 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.62% from 256); Green value is 91 (35.94% from 255 or 35.55% from 256); Blue value is 125 (49.22% from 255 or 48.83% from 256); Max value from RGB is 125 - color contains mainly: blue. Hex color #285B7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285B7D is #D7A482. Grayscale: #4F4F4F. Windows color (decimal): -14132355 or 8215336. OLE color: 8215336.
HSL color Cylindrical-coordinate representation of color #285B7D: hue angle of 204º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #285B7D is Cyan = 0.68, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 40 | 91 | 125 | - |
| CMYK | 0.68 | 0.27 | 0 | 0.51 |
| HSL | 204º | 0.52% | 0.32% | - |
| HSV(B) | 204º | 0.68% | 0.49% | - |
| XYZ | 8.32 | 9.41 | 20.78 | - |
| YUV | 79.63 | 153.6 | 99.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 91 | 125 | 0.68 | 0.27 | 0 | 0.51 | 204 | 0.52 | 0.32 |
| Hex | 28 | 5B | 7D | 44 | 1B | 0 | 33 | CC | 34 | 20 |
| Octal | 50 | 133 | 175 | 104 | 33 | 0 | 63 | 314 | 64 | 40 |
| Binary | 101000 | 1011011 | 1111101 | 1000100 | 11011 | 0 | 110011 | 11001100 | 110100 | 100000 |
Color Harmonies of #285B7D
Complementary color
Monochromatic Colors of #285B7D
Black with #285B7D
Text Example
Text Example
White with #285B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285B7D; }
p { color: rgb(40,91,125); }
H1.HeaderClassName
{
color: #285B7D;
}
.AnyTagClassName
{
color: #285B7D;
}
</style>
background-color css
<style>
a { background-color: #285B7D; }
a { background-color: rgb(40,91,125); }
div.DivClassName
{
background-color: #285B7D;
}
.BgClassName
{
background-color: #285B7D;
}
</style>
border-color css
<style>
span { border-color: #285B7D; }
span { border-color: rgb(40,91,125); }
td.TdClassName
{
border-color: #285B7D;
}
.TagClassName
{
border-color: #285B7D;
}
</style>