Shades of Bahama Blue #246386
Tints of Bahama Blue #246386
RGB
CMYK
RGB Variations
Color information
#246386 (or 0x246386) is known color: Bahama Blue. HEX triplet: 24, 63 and 86. RGB value is (36,99,134). Sum of RGB (Red+Green+Blue) = 36+99+134=269 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.38% from 269); Green value is 99 (39.06% from 255 or 36.80% from 269); Blue value is 134 (52.73% from 255 or 49.81% from 269); Max value from RGB is 134 - color contains mainly: blue. Hex color #246386 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246386 is #DB9C79. Grayscale: #535353. Windows color (decimal): -14392442 or 8807204. OLE color: 8807204.
HSL color Cylindrical-coordinate representation of color #246386: hue angle of 201.43º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #246386 is Cyan = 0.73, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 36 | 99 | 134 | - |
| CMYK | 0.73 | 0.26 | 0 | 0.47 |
| HSL | 201.43º | 0.58% | 0.33% | - |
| HSV(B) | 201.43º | 0.73% | 0.53% | - |
| XYZ | 9.49 | 11.02 | 24.18 | - |
| YUV | 84.15 | 156.13 | 93.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 99 | 134 | 0.73 | 0.26 | 0 | 0.47 | 201.43 | 0.58 | 0.33 |
| Hex | 24 | 63 | 86 | 49 | 1A | 0 | 2F | C9 | 3A | 21 |
| Octal | 44 | 143 | 206 | 111 | 32 | 0 | 57 | 311 | 72 | 41 |
| Binary | 100100 | 1100011 | 10000110 | 1001001 | 11010 | 0 | 101111 | 11001001 | 111010 | 100001 |
Color Harmonies of #246386
Complementary color
Monochromatic Colors of #246386
Black with #246386
Text Example
Text Example
White with #246386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246386; }
p { color: rgb(36,99,134); }
H1.HeaderClassName
{
color: #246386;
}
.AnyTagClassName
{
color: #246386;
}
</style>
background-color css
<style>
a { background-color: #246386; }
a { background-color: rgb(36,99,134); }
div.DivClassName
{
background-color: #246386;
}
.BgClassName
{
background-color: #246386;
}
</style>
border-color css
<style>
span { border-color: #246386; }
span { border-color: rgb(36,99,134); }
td.TdClassName
{
border-color: #246386;
}
.TagClassName
{
border-color: #246386;
}
</style>