Shades of Bahama Blue #245780
Tints of Bahama Blue #245780
RGB
CMYK
RGB Variations
Color information
#245780 (or 0x245780) is known color: Bahama Blue. HEX triplet: 24, 57 and 80. RGB value is (36,87,128). Sum of RGB (Red+Green+Blue) = 36+87+128=251 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.34% from 251); Green value is 87 (34.38% from 255 or 34.66% from 251); Blue value is 128 (50.39% from 255 or 51.00% from 251); Max value from RGB is 128 - color contains mainly: blue. Hex color #245780 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245780 is #DBA87F. Grayscale: #4C4C4C. Windows color (decimal): -14395520 or 8410916. OLE color: 8410916.
HSL color Cylindrical-coordinate representation of color #245780: hue angle of 206.74º 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 #245780 is Cyan = 0.72, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 36 | 87 | 128 | - |
| CMYK | 0.72 | 0.32 | 0 | 0.50 |
| HSL | 206.74º | 0.56% | 0.32% | - |
| HSV(B) | 206.74º | 0.72% | 0.5% | - |
| XYZ | 8.03 | 8.75 | 21.69 | - |
| YUV | 76.43 | 157.1 | 99.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 87 | 128 | 0.72 | 0.32 | 0 | 0.50 | 206.74 | 0.56 | 0.32 |
| Hex | 24 | 57 | 80 | 48 | 20 | 0 | 32 | CF | 38 | 20 |
| Octal | 44 | 127 | 200 | 110 | 40 | 0 | 62 | 317 | 70 | 40 |
| Binary | 100100 | 1010111 | 10000000 | 1001000 | 100000 | 0 | 110010 | 11001111 | 111000 | 100000 |
Color Harmonies of #245780
Complementary color
Monochromatic Colors of #245780
Black with #245780
Text Example
Text Example
White with #245780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245780; }
p { color: rgb(36,87,128); }
H1.HeaderClassName
{
color: #245780;
}
.AnyTagClassName
{
color: #245780;
}
</style>
background-color css
<style>
a { background-color: #245780; }
a { background-color: rgb(36,87,128); }
div.DivClassName
{
background-color: #245780;
}
.BgClassName
{
background-color: #245780;
}
</style>
border-color css
<style>
span { border-color: #245780; }
span { border-color: rgb(36,87,128); }
td.TdClassName
{
border-color: #245780;
}
.TagClassName
{
border-color: #245780;
}
</style>