Shades of Bahama Blue #245680
Tints of Bahama Blue #245680
RGB
CMYK
RGB Variations
Color information
#245680 (or 0x245680) is known color: Bahama Blue. HEX triplet: 24, 56 and 80. RGB value is (36,86,128). Sum of RGB (Red+Green+Blue) = 36+86+128=250 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.4% from 250); Green value is 86 (33.98% from 255 or 34.4% from 250); Blue value is 128 (50.39% from 255 or 51.2% from 250); Max value from RGB is 128 - color contains mainly: blue. Hex color #245680 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245680 is #DBA97F. Grayscale: #4B4B4B. Windows color (decimal): -14395776 or 8410660. OLE color: 8410660.
HSL color Cylindrical-coordinate representation of color #245680: hue angle of 207.39º 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 #245680 is Cyan = 0.72, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 36 | 86 | 128 | - |
| CMYK | 0.72 | 0.33 | 0 | 0.50 |
| HSL | 207.39º | 0.56% | 0.32% | - |
| HSV(B) | 207.39º | 0.72% | 0.5% | - |
| XYZ | 7.95 | 8.59 | 21.66 | - |
| YUV | 75.84 | 157.44 | 99.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 86 | 128 | 0.72 | 0.33 | 0 | 0.50 | 207.39 | 0.56 | 0.32 |
| Hex | 24 | 56 | 80 | 48 | 21 | 0 | 32 | CF | 38 | 20 |
| Octal | 44 | 126 | 200 | 110 | 41 | 0 | 62 | 317 | 70 | 40 |
| Binary | 100100 | 1010110 | 10000000 | 1001000 | 100001 | 0 | 110010 | 11001111 | 111000 | 100000 |
Color Harmonies of #245680
Complementary color
Monochromatic Colors of #245680
Black with #245680
Text Example
Text Example
White with #245680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245680; }
p { color: rgb(36,86,128); }
H1.HeaderClassName
{
color: #245680;
}
.AnyTagClassName
{
color: #245680;
}
</style>
background-color css
<style>
a { background-color: #245680; }
a { background-color: rgb(36,86,128); }
div.DivClassName
{
background-color: #245680;
}
.BgClassName
{
background-color: #245680;
}
</style>
border-color css
<style>
span { border-color: #245680; }
span { border-color: rgb(36,86,128); }
td.TdClassName
{
border-color: #245680;
}
.TagClassName
{
border-color: #245680;
}
</style>