Shades of Bahama Blue #285C7C
Tints of Bahama Blue #285C7C
RGB
CMYK
RGB Variations
Color information
#285C7C (or 0x285C7C) is known color: Bahama Blue. HEX triplet: 28, 5C and 7C. RGB value is (40,92,124). Sum of RGB (Red+Green+Blue) = 40+92+124=256 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.62% from 256); Green value is 92 (36.33% from 255 or 35.94% from 256); Blue value is 124 (48.83% from 255 or 48.44% from 256); Max value from RGB is 124 - color contains mainly: blue. Hex color #285C7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285C7C is #D7A383. Grayscale: #4F4F4F. Windows color (decimal): -14132100 or 8150056. OLE color: 8150056.
HSL color Cylindrical-coordinate representation of color #285C7C: hue angle of 202.86º degrees, saturation: 0.51, 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 #285C7C is Cyan = 0.68, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 40 | 92 | 124 | - |
| CMYK | 0.68 | 0.26 | 0 | 0.51 |
| HSL | 202.86º | 0.51% | 0.32% | - |
| HSV(B) | 202.86º | 0.68% | 0.49% | - |
| XYZ | 8.34 | 9.56 | 20.47 | - |
| YUV | 80.1 | 152.77 | 99.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 92 | 124 | 0.68 | 0.26 | 0 | 0.51 | 202.86 | 0.51 | 0.32 |
| Hex | 28 | 5C | 7C | 44 | 1A | 0 | 33 | CB | 33 | 20 |
| Octal | 50 | 134 | 174 | 104 | 32 | 0 | 63 | 313 | 63 | 40 |
| Binary | 101000 | 1011100 | 1111100 | 1000100 | 11010 | 0 | 110011 | 11001011 | 110011 | 100000 |
Color Harmonies of #285C7C
Complementary color
Monochromatic Colors of #285C7C
Black with #285C7C
Text Example
Text Example
White with #285C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285C7C; }
p { color: rgb(40,92,124); }
H1.HeaderClassName
{
color: #285C7C;
}
.AnyTagClassName
{
color: #285C7C;
}
</style>
background-color css
<style>
a { background-color: #285C7C; }
a { background-color: rgb(40,92,124); }
div.DivClassName
{
background-color: #285C7C;
}
.BgClassName
{
background-color: #285C7C;
}
</style>
border-color css
<style>
span { border-color: #285C7C; }
span { border-color: rgb(40,92,124); }
td.TdClassName
{
border-color: #285C7C;
}
.TagClassName
{
border-color: #285C7C;
}
</style>