Shades of Bahama Blue #245C85
Tints of Bahama Blue #245C85
RGB
CMYK
RGB Variations
Color information
#245C85 (or 0x245C85) is known color: Bahama Blue. HEX triplet: 24, 5C and 85. RGB value is (36,92,133). Sum of RGB (Red+Green+Blue) = 36+92+133=261 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.79% from 261); Green value is 92 (36.33% from 255 or 35.25% from 261); Blue value is 133 (52.34% from 255 or 50.96% from 261); Max value from RGB is 133 - color contains mainly: blue. Hex color #245C85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245C85 is #DBA37A. Grayscale: #4F4F4F. Windows color (decimal): -14394235 or 8739876. OLE color: 8739876.
HSL color Cylindrical-coordinate representation of color #245C85: hue angle of 205.36º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #245C85 is Cyan = 0.73, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 36 | 92 | 133 | - |
| CMYK | 0.73 | 0.31 | 0 | 0.48 |
| HSL | 205.36º | 0.57% | 0.33% | - |
| HSV(B) | 205.36º | 0.73% | 0.52% | - |
| XYZ | 8.79 | 9.72 | 23.6 | - |
| YUV | 79.93 | 157.95 | 96.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 92 | 133 | 0.73 | 0.31 | 0 | 0.48 | 205.36 | 0.57 | 0.33 |
| Hex | 24 | 5C | 85 | 49 | 1F | 0 | 30 | CD | 39 | 21 |
| Octal | 44 | 134 | 205 | 111 | 37 | 0 | 60 | 315 | 71 | 41 |
| Binary | 100100 | 1011100 | 10000101 | 1001001 | 11111 | 0 | 110000 | 11001101 | 111001 | 100001 |
Color Harmonies of #245C85
Complementary color
Monochromatic Colors of #245C85
Black with #245C85
Text Example
Text Example
White with #245C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245C85; }
p { color: rgb(36,92,133); }
H1.HeaderClassName
{
color: #245C85;
}
.AnyTagClassName
{
color: #245C85;
}
</style>
background-color css
<style>
a { background-color: #245C85; }
a { background-color: rgb(36,92,133); }
div.DivClassName
{
background-color: #245C85;
}
.BgClassName
{
background-color: #245C85;
}
</style>
border-color css
<style>
span { border-color: #245C85; }
span { border-color: rgb(36,92,133); }
td.TdClassName
{
border-color: #245C85;
}
.TagClassName
{
border-color: #245C85;
}
</style>