Shades of Bahama Blue #246389
Tints of Bahama Blue #246389
RGB
CMYK
RGB Variations
Color information
#246389 (or 0x246389) is known color: Bahama Blue. HEX triplet: 24, 63 and 89. RGB value is (36,99,137). Sum of RGB (Red+Green+Blue) = 36+99+137=272 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.24% from 272); Green value is 99 (39.06% from 255 or 36.40% from 272); Blue value is 137 (53.91% from 255 or 50.37% from 272); Max value from RGB is 137 - color contains mainly: blue. Hex color #246389 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246389 is #DB9C76. Grayscale: #545454. Windows color (decimal): -14392439 or 9003812. OLE color: 9003812.
HSL color Cylindrical-coordinate representation of color #246389: hue angle of 202.57º 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 #246389 is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 36 | 99 | 137 | - |
| CMYK | 0.74 | 0.28 | 0 | 0.46 |
| HSL | 202.57º | 0.58% | 0.34% | - |
| HSV(B) | 202.57º | 0.74% | 0.54% | - |
| XYZ | 9.7 | 11.1 | 25.3 | - |
| YUV | 84.5 | 157.63 | 93.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 99 | 137 | 0.74 | 0.28 | 0 | 0.46 | 202.57 | 0.58 | 0.34 |
| Hex | 24 | 63 | 89 | 4A | 1C | 0 | 2E | CB | 3A | 22 |
| Octal | 44 | 143 | 211 | 112 | 34 | 0 | 56 | 313 | 72 | 42 |
| Binary | 100100 | 1100011 | 10001001 | 1001010 | 11100 | 0 | 101110 | 11001011 | 111010 | 100010 |
Color Harmonies of #246389
Complementary color
Monochromatic Colors of #246389
Black with #246389
Text Example
Text Example
White with #246389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246389; }
p { color: rgb(36,99,137); }
H1.HeaderClassName
{
color: #246389;
}
.AnyTagClassName
{
color: #246389;
}
</style>
background-color css
<style>
a { background-color: #246389; }
a { background-color: rgb(36,99,137); }
div.DivClassName
{
background-color: #246389;
}
.BgClassName
{
background-color: #246389;
}
</style>
border-color css
<style>
span { border-color: #246389; }
span { border-color: rgb(36,99,137); }
td.TdClassName
{
border-color: #246389;
}
.TagClassName
{
border-color: #246389;
}
</style>