Shades of Bahama Blue #246588
Tints of Bahama Blue #246588
RGB
CMYK
RGB Variations
Color information
#246588 (or 0x246588) is known color: Bahama Blue. HEX triplet: 24, 65 and 88. RGB value is (36,101,136). Sum of RGB (Red+Green+Blue) = 36+101+136=273 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.19% from 273); Green value is 101 (39.84% from 255 or 37.00% from 273); Blue value is 136 (53.52% from 255 or 49.82% from 273); Max value from RGB is 136 - color contains mainly: blue. Hex color #246588 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246588 is #DB9A77. Grayscale: #555555. Windows color (decimal): -14391928 or 8938788. OLE color: 8938788.
HSL color Cylindrical-coordinate representation of color #246588: hue angle of 201º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #246588 is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 36 | 101 | 136 | - |
| CMYK | 0.74 | 0.26 | 0 | 0.47 |
| HSL | 201º | 0.58% | 0.34% | - |
| HSV(B) | 201º | 0.74% | 0.53% | - |
| XYZ | 9.83 | 11.46 | 24.99 | - |
| YUV | 85.56 | 156.47 | 92.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 101 | 136 | 0.74 | 0.26 | 0 | 0.47 | 201 | 0.58 | 0.34 |
| Hex | 24 | 65 | 88 | 4A | 1A | 0 | 2F | C9 | 3A | 22 |
| Octal | 44 | 145 | 210 | 112 | 32 | 0 | 57 | 311 | 72 | 42 |
| Binary | 100100 | 1100101 | 10001000 | 1001010 | 11010 | 0 | 101111 | 11001001 | 111010 | 100010 |
Color Harmonies of #246588
Complementary color
Monochromatic Colors of #246588
Black with #246588
Text Example
Text Example
White with #246588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246588; }
p { color: rgb(36,101,136); }
H1.HeaderClassName
{
color: #246588;
}
.AnyTagClassName
{
color: #246588;
}
</style>
background-color css
<style>
a { background-color: #246588; }
a { background-color: rgb(36,101,136); }
div.DivClassName
{
background-color: #246588;
}
.BgClassName
{
background-color: #246588;
}
</style>
border-color css
<style>
span { border-color: #246588; }
span { border-color: rgb(36,101,136); }
td.TdClassName
{
border-color: #246588;
}
.TagClassName
{
border-color: #246588;
}
</style>