Shades of Bahama Blue #285A7D
Tints of Bahama Blue #285A7D
RGB
CMYK
RGB Variations
Color information
#285A7D (or 0x285A7D) is known color: Bahama Blue. HEX triplet: 28, 5A and 7D. RGB value is (40,90,125). Sum of RGB (Red+Green+Blue) = 40+90+125=255 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.69% from 255); Green value is 90 (35.55% from 255 or 35.29% from 255); Blue value is 125 (49.22% from 255 or 49.02% from 255); Max value from RGB is 125 - color contains mainly: blue. Hex color #285A7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285A7D is #D7A582. Grayscale: #4E4E4E. Windows color (decimal): -14132611 or 8215080. OLE color: 8215080.
HSL color Cylindrical-coordinate representation of color #285A7D: hue angle of 204.71º 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 #285A7D is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 40 | 90 | 125 | - |
| CMYK | 0.68 | 0.28 | 0 | 0.51 |
| HSL | 204.71º | 0.52% | 0.32% | - |
| HSV(B) | 204.71º | 0.68% | 0.49% | - |
| XYZ | 8.23 | 9.24 | 20.75 | - |
| YUV | 79.04 | 153.94 | 100.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 90 | 125 | 0.68 | 0.28 | 0 | 0.51 | 204.71 | 0.52 | 0.32 |
| Hex | 28 | 5A | 7D | 44 | 1C | 0 | 33 | CD | 34 | 20 |
| Octal | 50 | 132 | 175 | 104 | 34 | 0 | 63 | 315 | 64 | 40 |
| Binary | 101000 | 1011010 | 1111101 | 1000100 | 11100 | 0 | 110011 | 11001101 | 110100 | 100000 |
Color Harmonies of #285A7D
Complementary color
Monochromatic Colors of #285A7D
Black with #285A7D
Text Example
Text Example
White with #285A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285A7D; }
p { color: rgb(40,90,125); }
H1.HeaderClassName
{
color: #285A7D;
}
.AnyTagClassName
{
color: #285A7D;
}
</style>
background-color css
<style>
a { background-color: #285A7D; }
a { background-color: rgb(40,90,125); }
div.DivClassName
{
background-color: #285A7D;
}
.BgClassName
{
background-color: #285A7D;
}
</style>
border-color css
<style>
span { border-color: #285A7D; }
span { border-color: rgb(40,90,125); }
td.TdClassName
{
border-color: #285A7D;
}
.TagClassName
{
border-color: #285A7D;
}
</style>