Shades of Bahama Blue #245C87
Tints of Bahama Blue #245C87
RGB
CMYK
RGB Variations
Color information
#245C87 (or 0x245C87) is known color: Bahama Blue. HEX triplet: 24, 5C and 87. RGB value is (36,92,135). Sum of RGB (Red+Green+Blue) = 36+92+135=263 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.69% from 263); Green value is 92 (36.33% from 255 or 34.98% from 263); Blue value is 135 (53.12% from 255 or 51.33% from 263); Max value from RGB is 135 - color contains mainly: blue. Hex color #245C87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245C87 is #DBA378. Grayscale: #4F4F4F. Windows color (decimal): -14394233 or 8870948. OLE color: 8870948.
HSL color Cylindrical-coordinate representation of color #245C87: hue angle of 206.06º 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 #245C87 is Cyan = 0.73, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 36 | 92 | 135 | - |
| CMYK | 0.73 | 0.32 | 0 | 0.47 |
| HSL | 206.06º | 0.58% | 0.34% | - |
| HSV(B) | 206.06º | 0.73% | 0.53% | - |
| XYZ | 8.93 | 9.78 | 24.34 | - |
| YUV | 80.16 | 158.95 | 96.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 92 | 135 | 0.73 | 0.32 | 0 | 0.47 | 206.06 | 0.58 | 0.34 |
| Hex | 24 | 5C | 87 | 49 | 20 | 0 | 2F | CE | 3A | 22 |
| Octal | 44 | 134 | 207 | 111 | 40 | 0 | 57 | 316 | 72 | 42 |
| Binary | 100100 | 1011100 | 10000111 | 1001001 | 100000 | 0 | 101111 | 11001110 | 111010 | 100010 |
Color Harmonies of #245C87
Complementary color
Monochromatic Colors of #245C87
Black with #245C87
Text Example
Text Example
White with #245C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245C87; }
p { color: rgb(36,92,135); }
H1.HeaderClassName
{
color: #245C87;
}
.AnyTagClassName
{
color: #245C87;
}
</style>
background-color css
<style>
a { background-color: #245C87; }
a { background-color: rgb(36,92,135); }
div.DivClassName
{
background-color: #245C87;
}
.BgClassName
{
background-color: #245C87;
}
</style>
border-color css
<style>
span { border-color: #245C87; }
span { border-color: rgb(36,92,135); }
td.TdClassName
{
border-color: #245C87;
}
.TagClassName
{
border-color: #245C87;
}
</style>