Shades of Bahama Blue #245D85
Tints of Bahama Blue #245D85
RGB
CMYK
RGB Variations
Color information
#245D85 (or 0x245D85) is known color: Bahama Blue. HEX triplet: 24, 5D and 85. RGB value is (36,93,133). Sum of RGB (Red+Green+Blue) = 36+93+133=262 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.74% from 262); Green value is 93 (36.72% from 255 or 35.50% from 262); Blue value is 133 (52.34% from 255 or 50.76% from 262); Max value from RGB is 133 - color contains mainly: blue. Hex color #245D85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245D85 is #DBA27A. Grayscale: #505050. Windows color (decimal): -14393979 or 8740132. OLE color: 8740132.
HSL color Cylindrical-coordinate representation of color #245D85: hue angle of 204.74º 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 #245D85 is Cyan = 0.73, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 36 | 93 | 133 | - |
| CMYK | 0.73 | 0.30 | 0 | 0.48 |
| HSL | 204.74º | 0.57% | 0.33% | - |
| HSV(B) | 204.74º | 0.73% | 0.52% | - |
| XYZ | 8.88 | 9.9 | 23.63 | - |
| YUV | 80.52 | 157.62 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 93 | 133 | 0.73 | 0.30 | 0 | 0.48 | 204.74 | 0.57 | 0.33 |
| Hex | 24 | 5D | 85 | 49 | 1E | 0 | 30 | CD | 39 | 21 |
| Octal | 44 | 135 | 205 | 111 | 36 | 0 | 60 | 315 | 71 | 41 |
| Binary | 100100 | 1011101 | 10000101 | 1001001 | 11110 | 0 | 110000 | 11001101 | 111001 | 100001 |
Color Harmonies of #245D85
Complementary color
Monochromatic Colors of #245D85
Black with #245D85
Text Example
Text Example
White with #245D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245D85; }
p { color: rgb(36,93,133); }
H1.HeaderClassName
{
color: #245D85;
}
.AnyTagClassName
{
color: #245D85;
}
</style>
background-color css
<style>
a { background-color: #245D85; }
a { background-color: rgb(36,93,133); }
div.DivClassName
{
background-color: #245D85;
}
.BgClassName
{
background-color: #245D85;
}
</style>
border-color css
<style>
span { border-color: #245D85; }
span { border-color: rgb(36,93,133); }
td.TdClassName
{
border-color: #245D85;
}
.TagClassName
{
border-color: #245D85;
}
</style>