Shades of Bahama Blue #245E80
Tints of Bahama Blue #245E80
RGB
CMYK
RGB Variations
Color information
#245E80 (or 0x245E80) is known color: Bahama Blue. HEX triplet: 24, 5E and 80. RGB value is (36,94,128). Sum of RGB (Red+Green+Blue) = 36+94+128=258 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.95% from 258); Green value is 94 (37.11% from 255 or 36.43% from 258); Blue value is 128 (50.39% from 255 or 49.61% from 258); Max value from RGB is 128 - color contains mainly: blue. Hex color #245E80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245E80 is #DBA17F. Grayscale: #505050. Windows color (decimal): -14393728 or 8412708. OLE color: 8412708.
HSL color Cylindrical-coordinate representation of color #245E80: hue angle of 202.17º 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 #245E80 is Cyan = 0.72, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 36 | 94 | 128 | - |
| CMYK | 0.72 | 0.27 | 0 | 0.50 |
| HSL | 202.17º | 0.56% | 0.32% | - |
| HSV(B) | 202.17º | 0.72% | 0.5% | - |
| XYZ | 8.63 | 9.94 | 21.89 | - |
| YUV | 80.53 | 154.78 | 96.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 94 | 128 | 0.72 | 0.27 | 0 | 0.50 | 202.17 | 0.56 | 0.32 |
| Hex | 24 | 5E | 80 | 48 | 1B | 0 | 32 | CA | 38 | 20 |
| Octal | 44 | 136 | 200 | 110 | 33 | 0 | 62 | 312 | 70 | 40 |
| Binary | 100100 | 1011110 | 10000000 | 1001000 | 11011 | 0 | 110010 | 11001010 | 111000 | 100000 |
Color Harmonies of #245E80
Complementary color
Monochromatic Colors of #245E80
Black with #245E80
Text Example
Text Example
White with #245E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245E80; }
p { color: rgb(36,94,128); }
H1.HeaderClassName
{
color: #245E80;
}
.AnyTagClassName
{
color: #245E80;
}
</style>
background-color css
<style>
a { background-color: #245E80; }
a { background-color: rgb(36,94,128); }
div.DivClassName
{
background-color: #245E80;
}
.BgClassName
{
background-color: #245E80;
}
</style>
border-color css
<style>
span { border-color: #245E80; }
span { border-color: rgb(36,94,128); }
td.TdClassName
{
border-color: #245E80;
}
.TagClassName
{
border-color: #245E80;
}
</style>