Shades of Bahama Blue #245F80
Tints of Bahama Blue #245F80
RGB
CMYK
RGB Variations
Color information
#245F80 (or 0x245F80) is known color: Bahama Blue. HEX triplet: 24, 5F and 80. RGB value is (36,95,128). Sum of RGB (Red+Green+Blue) = 36+95+128=259 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.90% from 259); Green value is 95 (37.5% from 255 or 36.68% from 259); Blue value is 128 (50.39% from 255 or 49.42% from 259); Max value from RGB is 128 - color contains mainly: blue. Hex color #245F80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245F80 is #DBA07F. Grayscale: #505050. Windows color (decimal): -14393472 or 8412964. OLE color: 8412964.
HSL color Cylindrical-coordinate representation of color #245F80: hue angle of 201.52º 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 #245F80 is Cyan = 0.72, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 36 | 95 | 128 | - |
| CMYK | 0.72 | 0.26 | 0 | 0.50 |
| HSL | 201.52º | 0.56% | 0.32% | - |
| HSV(B) | 201.52º | 0.72% | 0.5% | - |
| XYZ | 8.72 | 10.12 | 21.92 | - |
| YUV | 81.12 | 154.45 | 95.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 95 | 128 | 0.72 | 0.26 | 0 | 0.50 | 201.52 | 0.56 | 0.32 |
| Hex | 24 | 5F | 80 | 48 | 1A | 0 | 32 | CA | 38 | 20 |
| Octal | 44 | 137 | 200 | 110 | 32 | 0 | 62 | 312 | 70 | 40 |
| Binary | 100100 | 1011111 | 10000000 | 1001000 | 11010 | 0 | 110010 | 11001010 | 111000 | 100000 |
Color Harmonies of #245F80
Complementary color
Monochromatic Colors of #245F80
Black with #245F80
Text Example
Text Example
White with #245F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245F80; }
p { color: rgb(36,95,128); }
H1.HeaderClassName
{
color: #245F80;
}
.AnyTagClassName
{
color: #245F80;
}
</style>
background-color css
<style>
a { background-color: #245F80; }
a { background-color: rgb(36,95,128); }
div.DivClassName
{
background-color: #245F80;
}
.BgClassName
{
background-color: #245F80;
}
</style>
border-color css
<style>
span { border-color: #245F80; }
span { border-color: rgb(36,95,128); }
td.TdClassName
{
border-color: #245F80;
}
.TagClassName
{
border-color: #245F80;
}
</style>