Shades of Bahama Blue #286589
Tints of Bahama Blue #286589
RGB
CMYK
RGB Variations
Color information
#286589 (or 0x286589) is known color: Bahama Blue. HEX triplet: 28, 65 and 89. RGB value is (40,101,137). Sum of RGB (Red+Green+Blue) = 40+101+137=278 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.39% from 278); Green value is 101 (39.84% from 255 or 36.33% from 278); Blue value is 137 (53.91% from 255 or 49.28% from 278); Max value from RGB is 137 - color contains mainly: blue. Hex color #286589 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286589 is #D79A76. Grayscale: #565656. Windows color (decimal): -14129783 or 9004328. OLE color: 9004328.
HSL color Cylindrical-coordinate representation of color #286589: hue angle of 202.27º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #286589 is Cyan = 0.71, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 40 | 101 | 137 | - |
| CMYK | 0.71 | 0.26 | 0 | 0.46 |
| HSL | 202.27º | 0.55% | 0.35% | - |
| HSV(B) | 202.27º | 0.71% | 0.54% | - |
| XYZ | 10.04 | 11.56 | 25.37 | - |
| YUV | 86.87 | 156.29 | 94.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 101 | 137 | 0.71 | 0.26 | 0 | 0.46 | 202.27 | 0.55 | 0.35 |
| Hex | 28 | 65 | 89 | 47 | 1A | 0 | 2E | CA | 37 | 23 |
| Octal | 50 | 145 | 211 | 107 | 32 | 0 | 56 | 312 | 67 | 43 |
| Binary | 101000 | 1100101 | 10001001 | 1000111 | 11010 | 0 | 101110 | 11001010 | 110111 | 100011 |
Color Harmonies of #286589
Complementary color
Monochromatic Colors of #286589
Black with #286589
Text Example
Text Example
White with #286589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286589; }
p { color: rgb(40,101,137); }
H1.HeaderClassName
{
color: #286589;
}
.AnyTagClassName
{
color: #286589;
}
</style>
background-color css
<style>
a { background-color: #286589; }
a { background-color: rgb(40,101,137); }
div.DivClassName
{
background-color: #286589;
}
.BgClassName
{
background-color: #286589;
}
</style>
border-color css
<style>
span { border-color: #286589; }
span { border-color: rgb(40,101,137); }
td.TdClassName
{
border-color: #286589;
}
.TagClassName
{
border-color: #286589;
}
</style>