Shades of Bahama Blue #246387
Tints of Bahama Blue #246387
RGB
CMYK
RGB Variations
Color information
#246387 (or 0x246387) is known color: Bahama Blue. HEX triplet: 24, 63 and 87. RGB value is (36,99,135). Sum of RGB (Red+Green+Blue) = 36+99+135=270 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.33% from 270); Green value is 99 (39.06% from 255 or 36.67% from 270); Blue value is 135 (53.12% from 255 or 50% from 270); Max value from RGB is 135 - color contains mainly: blue. Hex color #246387 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246387 is #DB9C78. Grayscale: #545454. Windows color (decimal): -14392441 or 8872740. OLE color: 8872740.
HSL color Cylindrical-coordinate representation of color #246387: hue angle of 201.82º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #246387 is Cyan = 0.73, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 36 | 99 | 135 | - |
| CMYK | 0.73 | 0.27 | 0 | 0.47 |
| HSL | 201.82º | 0.58% | 0.34% | - |
| HSV(B) | 201.82º | 0.73% | 0.53% | - |
| XYZ | 9.56 | 11.05 | 24.55 | - |
| YUV | 84.27 | 156.63 | 93.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 99 | 135 | 0.73 | 0.27 | 0 | 0.47 | 201.82 | 0.58 | 0.34 |
| Hex | 24 | 63 | 87 | 49 | 1B | 0 | 2F | CA | 3A | 22 |
| Octal | 44 | 143 | 207 | 111 | 33 | 0 | 57 | 312 | 72 | 42 |
| Binary | 100100 | 1100011 | 10000111 | 1001001 | 11011 | 0 | 101111 | 11001010 | 111010 | 100010 |
Color Harmonies of #246387
Complementary color
Monochromatic Colors of #246387
Black with #246387
Text Example
Text Example
White with #246387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246387; }
p { color: rgb(36,99,135); }
H1.HeaderClassName
{
color: #246387;
}
.AnyTagClassName
{
color: #246387;
}
</style>
background-color css
<style>
a { background-color: #246387; }
a { background-color: rgb(36,99,135); }
div.DivClassName
{
background-color: #246387;
}
.BgClassName
{
background-color: #246387;
}
</style>
border-color css
<style>
span { border-color: #246387; }
span { border-color: rgb(36,99,135); }
td.TdClassName
{
border-color: #246387;
}
.TagClassName
{
border-color: #246387;
}
</style>