Shades of Bahama Blue #246289
Tints of Bahama Blue #246289
RGB
CMYK
RGB Variations
Color information
#246289 (or 0x246289) is known color: Bahama Blue. HEX triplet: 24, 62 and 89. RGB value is (36,98,137). Sum of RGB (Red+Green+Blue) = 36+98+137=271 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.28% from 271); Green value is 98 (38.67% from 255 or 36.16% from 271); Blue value is 137 (53.91% from 255 or 50.55% from 271); Max value from RGB is 137 - color contains mainly: blue. Hex color #246289 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246289 is #DB9D76. Grayscale: #535353. Windows color (decimal): -14392695 or 9003556. OLE color: 9003556.
HSL color Cylindrical-coordinate representation of color #246289: hue angle of 203.17º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #246289 is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 36 | 98 | 137 | - |
| CMYK | 0.74 | 0.28 | 0 | 0.46 |
| HSL | 203.17º | 0.58% | 0.34% | - |
| HSV(B) | 203.17º | 0.74% | 0.54% | - |
| XYZ | 9.61 | 10.92 | 25.27 | - |
| YUV | 83.91 | 157.96 | 93.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 98 | 137 | 0.74 | 0.28 | 0 | 0.46 | 203.17 | 0.58 | 0.34 |
| Hex | 24 | 62 | 89 | 4A | 1C | 0 | 2E | CB | 3A | 22 |
| Octal | 44 | 142 | 211 | 112 | 34 | 0 | 56 | 313 | 72 | 42 |
| Binary | 100100 | 1100010 | 10001001 | 1001010 | 11100 | 0 | 101110 | 11001011 | 111010 | 100010 |
Color Harmonies of #246289
Complementary color
Monochromatic Colors of #246289
Black with #246289
Text Example
Text Example
White with #246289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246289; }
p { color: rgb(36,98,137); }
H1.HeaderClassName
{
color: #246289;
}
.AnyTagClassName
{
color: #246289;
}
</style>
background-color css
<style>
a { background-color: #246289; }
a { background-color: rgb(36,98,137); }
div.DivClassName
{
background-color: #246289;
}
.BgClassName
{
background-color: #246289;
}
</style>
border-color css
<style>
span { border-color: #246289; }
span { border-color: rgb(36,98,137); }
td.TdClassName
{
border-color: #246289;
}
.TagClassName
{
border-color: #246289;
}
</style>