Shades of Bahama Blue #285C7F
Tints of Bahama Blue #285C7F
RGB
CMYK
RGB Variations
Color information
#285C7F (or 0x285C7F) is known color: Bahama Blue. HEX triplet: 28, 5C and 7F. RGB value is (40,92,127). Sum of RGB (Red+Green+Blue) = 40+92+127=259 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.44% from 259); Green value is 92 (36.33% from 255 or 35.52% from 259); Blue value is 127 (50% from 255 or 49.03% from 259); Max value from RGB is 127 - color contains mainly: blue. Hex color #285C7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285C7F is #D7A380. Grayscale: #505050. Windows color (decimal): -14132097 or 8346664. OLE color: 8346664.
HSL color Cylindrical-coordinate representation of color #285C7F: hue angle of 204.14º 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 #285C7F is Cyan = 0.69, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 40 | 92 | 127 | - |
| CMYK | 0.69 | 0.28 | 0 | 0.50 |
| HSL | 204.14º | 0.52% | 0.33% | - |
| HSV(B) | 204.14º | 0.69% | 0.5% | - |
| XYZ | 8.53 | 9.64 | 21.49 | - |
| YUV | 80.44 | 154.27 | 99.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 92 | 127 | 0.69 | 0.28 | 0 | 0.50 | 204.14 | 0.52 | 0.33 |
| Hex | 28 | 5C | 7F | 45 | 1C | 0 | 32 | CC | 34 | 21 |
| Octal | 50 | 134 | 177 | 105 | 34 | 0 | 62 | 314 | 64 | 41 |
| Binary | 101000 | 1011100 | 1111111 | 1000101 | 11100 | 0 | 110010 | 11001100 | 110100 | 100001 |
Color Harmonies of #285C7F
Complementary color
Monochromatic Colors of #285C7F
Black with #285C7F
Text Example
Text Example
White with #285C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285C7F; }
p { color: rgb(40,92,127); }
H1.HeaderClassName
{
color: #285C7F;
}
.AnyTagClassName
{
color: #285C7F;
}
</style>
background-color css
<style>
a { background-color: #285C7F; }
a { background-color: rgb(40,92,127); }
div.DivClassName
{
background-color: #285C7F;
}
.BgClassName
{
background-color: #285C7F;
}
</style>
border-color css
<style>
span { border-color: #285C7F; }
span { border-color: rgb(40,92,127); }
td.TdClassName
{
border-color: #285C7F;
}
.TagClassName
{
border-color: #285C7F;
}
</style>