Shades of Bahama Blue #245A85
Tints of Bahama Blue #245A85
RGB
CMYK
RGB Variations
Color information
#245A85 (or 0x245A85) is known color: Bahama Blue. HEX triplet: 24, 5A and 85. RGB value is (36,90,133). Sum of RGB (Red+Green+Blue) = 36+90+133=259 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.90% from 259); Green value is 90 (35.55% from 255 or 34.75% from 259); Blue value is 133 (52.34% from 255 or 51.35% from 259); Max value from RGB is 133 - color contains mainly: blue. Hex color #245A85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245A85 is #DBA57A. Grayscale: #4E4E4E. Windows color (decimal): -14394747 or 8739364. OLE color: 8739364.
HSL color Cylindrical-coordinate representation of color #245A85: hue angle of 206.6º 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 #245A85 is Cyan = 0.73, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 36 | 90 | 133 | - |
| CMYK | 0.73 | 0.32 | 0 | 0.48 |
| HSL | 206.6º | 0.57% | 0.33% | - |
| HSV(B) | 206.6º | 0.73% | 0.52% | - |
| XYZ | 8.62 | 9.38 | 23.55 | - |
| YUV | 78.76 | 158.61 | 97.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 90 | 133 | 0.73 | 0.32 | 0 | 0.48 | 206.6 | 0.57 | 0.33 |
| Hex | 24 | 5A | 85 | 49 | 20 | 0 | 30 | CF | 39 | 21 |
| Octal | 44 | 132 | 205 | 111 | 40 | 0 | 60 | 317 | 71 | 41 |
| Binary | 100100 | 1011010 | 10000101 | 1001001 | 100000 | 0 | 110000 | 11001111 | 111001 | 100001 |
Color Harmonies of #245A85
Complementary color
Monochromatic Colors of #245A85
Black with #245A85
Text Example
Text Example
White with #245A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245A85; }
p { color: rgb(36,90,133); }
H1.HeaderClassName
{
color: #245A85;
}
.AnyTagClassName
{
color: #245A85;
}
</style>
background-color css
<style>
a { background-color: #245A85; }
a { background-color: rgb(36,90,133); }
div.DivClassName
{
background-color: #245A85;
}
.BgClassName
{
background-color: #245A85;
}
</style>
border-color css
<style>
span { border-color: #245A85; }
span { border-color: rgb(36,90,133); }
td.TdClassName
{
border-color: #245A85;
}
.TagClassName
{
border-color: #245A85;
}
</style>