Shades of Bahama Blue #245D80
Tints of Bahama Blue #245D80
RGB
CMYK
RGB Variations
Color information
#245D80 (or 0x245D80) is known color: Bahama Blue. HEX triplet: 24, 5D and 80. RGB value is (36,93,128). Sum of RGB (Red+Green+Blue) = 36+93+128=257 (34% of max value = 765). Red value is 36 (14.45% from 255 or 14.01% from 257); Green value is 93 (36.72% from 255 or 36.19% from 257); Blue value is 128 (50.39% from 255 or 49.81% from 257); Max value from RGB is 128 - color contains mainly: blue. Hex color #245D80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245D80 is #DBA27F. Grayscale: #4F4F4F. Windows color (decimal): -14393984 or 8412452. OLE color: 8412452.
HSL color Cylindrical-coordinate representation of color #245D80: hue angle of 202.83º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #245D80 is Cyan = 0.72, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 36 | 93 | 128 | - |
| CMYK | 0.72 | 0.27 | 0 | 0.50 |
| HSL | 202.83º | 0.56% | 0.32% | - |
| HSV(B) | 202.83º | 0.72% | 0.5% | - |
| XYZ | 8.54 | 9.76 | 21.86 | - |
| YUV | 79.95 | 155.12 | 96.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 93 | 128 | 0.72 | 0.27 | 0 | 0.50 | 202.83 | 0.56 | 0.32 |
| Hex | 24 | 5D | 80 | 48 | 1B | 0 | 32 | CB | 38 | 20 |
| Octal | 44 | 135 | 200 | 110 | 33 | 0 | 62 | 313 | 70 | 40 |
| Binary | 100100 | 1011101 | 10000000 | 1001000 | 11011 | 0 | 110010 | 11001011 | 111000 | 100000 |
Color Harmonies of #245D80
Complementary color
Monochromatic Colors of #245D80
Black with #245D80
Text Example
Text Example
White with #245D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245D80; }
p { color: rgb(36,93,128); }
H1.HeaderClassName
{
color: #245D80;
}
.AnyTagClassName
{
color: #245D80;
}
</style>
background-color css
<style>
a { background-color: #245D80; }
a { background-color: rgb(36,93,128); }
div.DivClassName
{
background-color: #245D80;
}
.BgClassName
{
background-color: #245D80;
}
</style>
border-color css
<style>
span { border-color: #245D80; }
span { border-color: rgb(36,93,128); }
td.TdClassName
{
border-color: #245D80;
}
.TagClassName
{
border-color: #245D80;
}
</style>