Shades of Bahama Blue #245B86
Tints of Bahama Blue #245B86
RGB
CMYK
RGB Variations
Color information
#245B86 (or 0x245B86) is known color: Bahama Blue. HEX triplet: 24, 5B and 86. RGB value is (36,91,134). Sum of RGB (Red+Green+Blue) = 36+91+134=261 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.79% from 261); Green value is 91 (35.94% from 255 or 34.87% from 261); Blue value is 134 (52.73% from 255 or 51.34% from 261); Max value from RGB is 134 - color contains mainly: blue. Hex color #245B86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245B86 is #DBA479. Grayscale: #4F4F4F. Windows color (decimal): -14394490 or 8805156. OLE color: 8805156.
HSL color Cylindrical-coordinate representation of color #245B86: hue angle of 206.33º 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 #245B86 is Cyan = 0.73, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 36 | 91 | 134 | - |
| CMYK | 0.73 | 0.32 | 0 | 0.47 |
| HSL | 206.33º | 0.58% | 0.33% | - |
| HSV(B) | 206.33º | 0.73% | 0.53% | - |
| XYZ | 8.77 | 9.58 | 23.94 | - |
| YUV | 79.46 | 158.78 | 97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 91 | 134 | 0.73 | 0.32 | 0 | 0.47 | 206.33 | 0.58 | 0.33 |
| Hex | 24 | 5B | 86 | 49 | 20 | 0 | 2F | CE | 3A | 21 |
| Octal | 44 | 133 | 206 | 111 | 40 | 0 | 57 | 316 | 72 | 41 |
| Binary | 100100 | 1011011 | 10000110 | 1001001 | 100000 | 0 | 101111 | 11001110 | 111010 | 100001 |
Color Harmonies of #245B86
Complementary color
Monochromatic Colors of #245B86
Black with #245B86
Text Example
Text Example
White with #245B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245B86; }
p { color: rgb(36,91,134); }
H1.HeaderClassName
{
color: #245B86;
}
.AnyTagClassName
{
color: #245B86;
}
</style>
background-color css
<style>
a { background-color: #245B86; }
a { background-color: rgb(36,91,134); }
div.DivClassName
{
background-color: #245B86;
}
.BgClassName
{
background-color: #245B86;
}
</style>
border-color css
<style>
span { border-color: #245B86; }
span { border-color: rgb(36,91,134); }
td.TdClassName
{
border-color: #245B86;
}
.TagClassName
{
border-color: #245B86;
}
</style>