Shades of Bahama Blue #245D86
Tints of Bahama Blue #245D86
RGB
CMYK
RGB Variations
Color information
#245D86 (or 0x245D86) is known color: Bahama Blue. HEX triplet: 24, 5D and 86. RGB value is (36,93,134). Sum of RGB (Red+Green+Blue) = 36+93+134=263 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.69% from 263); Green value is 93 (36.72% from 255 or 35.36% from 263); Blue value is 134 (52.73% from 255 or 50.95% from 263); Max value from RGB is 134 - color contains mainly: blue. Hex color #245D86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245D86 is #DBA279. Grayscale: #505050. Windows color (decimal): -14393978 or 8805668. OLE color: 8805668.
HSL color Cylindrical-coordinate representation of color #245D86: hue angle of 205.1º 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 #245D86 is Cyan = 0.73, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 36 | 93 | 134 | - |
| CMYK | 0.73 | 0.31 | 0 | 0.47 |
| HSL | 205.1º | 0.58% | 0.33% | - |
| HSV(B) | 205.1º | 0.73% | 0.53% | - |
| XYZ | 8.94 | 9.93 | 24 | - |
| YUV | 80.63 | 158.12 | 96.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 93 | 134 | 0.73 | 0.31 | 0 | 0.47 | 205.1 | 0.58 | 0.33 |
| Hex | 24 | 5D | 86 | 49 | 1F | 0 | 2F | CD | 3A | 21 |
| Octal | 44 | 135 | 206 | 111 | 37 | 0 | 57 | 315 | 72 | 41 |
| Binary | 100100 | 1011101 | 10000110 | 1001001 | 11111 | 0 | 101111 | 11001101 | 111010 | 100001 |
Color Harmonies of #245D86
Complementary color
Monochromatic Colors of #245D86
Black with #245D86
Text Example
Text Example
White with #245D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245D86; }
p { color: rgb(36,93,134); }
H1.HeaderClassName
{
color: #245D86;
}
.AnyTagClassName
{
color: #245D86;
}
</style>
background-color css
<style>
a { background-color: #245D86; }
a { background-color: rgb(36,93,134); }
div.DivClassName
{
background-color: #245D86;
}
.BgClassName
{
background-color: #245D86;
}
</style>
border-color css
<style>
span { border-color: #245D86; }
span { border-color: rgb(36,93,134); }
td.TdClassName
{
border-color: #245D86;
}
.TagClassName
{
border-color: #245D86;
}
</style>