Shades of Bahama Blue #285B7B
Tints of Bahama Blue #285B7B
RGB
CMYK
RGB Variations
Color information
#285B7B (or 0x285B7B) is known color: Bahama Blue. HEX triplet: 28, 5B and 7B. RGB value is (40,91,123). Sum of RGB (Red+Green+Blue) = 40+91+123=254 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.75% from 254); Green value is 91 (35.94% from 255 or 35.83% from 254); Blue value is 123 (48.44% from 255 or 48.43% from 254); Max value from RGB is 123 - color contains mainly: blue. Hex color #285B7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285B7B is #D7A484. Grayscale: #4F4F4F. Windows color (decimal): -14132357 or 8084264. OLE color: 8084264.
HSL color Cylindrical-coordinate representation of color #285B7B: hue angle of 203.13º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #285B7B is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 40 | 91 | 123 | - |
| CMYK | 0.67 | 0.26 | 0 | 0.52 |
| HSL | 203.13º | 0.51% | 0.32% | - |
| HSV(B) | 203.13º | 0.67% | 0.48% | - |
| XYZ | 8.19 | 9.36 | 20.11 | - |
| YUV | 79.4 | 152.6 | 99.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 91 | 123 | 0.67 | 0.26 | 0 | 0.52 | 203.13 | 0.51 | 0.32 |
| Hex | 28 | 5B | 7B | 43 | 1A | 0 | 34 | CB | 33 | 20 |
| Octal | 50 | 133 | 173 | 103 | 32 | 0 | 64 | 313 | 63 | 40 |
| Binary | 101000 | 1011011 | 1111011 | 1000011 | 11010 | 0 | 110100 | 11001011 | 110011 | 100000 |
Color Harmonies of #285B7B
Complementary color
Monochromatic Colors of #285B7B
Black with #285B7B
Text Example
Text Example
White with #285B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285B7B; }
p { color: rgb(40,91,123); }
H1.HeaderClassName
{
color: #285B7B;
}
.AnyTagClassName
{
color: #285B7B;
}
</style>
background-color css
<style>
a { background-color: #285B7B; }
a { background-color: rgb(40,91,123); }
div.DivClassName
{
background-color: #285B7B;
}
.BgClassName
{
background-color: #285B7B;
}
</style>
border-color css
<style>
span { border-color: #285B7B; }
span { border-color: rgb(40,91,123); }
td.TdClassName
{
border-color: #285B7B;
}
.TagClassName
{
border-color: #285B7B;
}
</style>