Shades of Bahama Blue #245180
Tints of Bahama Blue #245180
RGB
CMYK
RGB Variations
Color information
#245180 (or 0x245180) is known color: Bahama Blue. HEX triplet: 24, 51 and 80. RGB value is (36,81,128). Sum of RGB (Red+Green+Blue) = 36+81+128=245 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.69% from 245); Green value is 81 (32.03% from 255 or 33.06% from 245); Blue value is 128 (50.39% from 255 or 52.24% from 245); Max value from RGB is 128 - color contains mainly: blue. Hex color #245180 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245180 is #DBAE7F. Grayscale: #484848. Windows color (decimal): -14397056 or 8409380. OLE color: 8409380.
HSL color Cylindrical-coordinate representation of color #245180: hue angle of 210.65º 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 #245180 is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 36 | 81 | 128 | - |
| CMYK | 0.72 | 0.37 | 0 | 0.50 |
| HSL | 210.65º | 0.56% | 0.32% | - |
| HSV(B) | 210.65º | 0.72% | 0.5% | - |
| XYZ | 7.57 | 7.82 | 21.53 | - |
| YUV | 72.9 | 159.09 | 101.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 81 | 128 | 0.72 | 0.37 | 0 | 0.50 | 210.65 | 0.56 | 0.32 |
| Hex | 24 | 51 | 80 | 48 | 25 | 0 | 32 | D3 | 38 | 20 |
| Octal | 44 | 121 | 200 | 110 | 45 | 0 | 62 | 323 | 70 | 40 |
| Binary | 100100 | 1010001 | 10000000 | 1001000 | 100101 | 0 | 110010 | 11010011 | 111000 | 100000 |
Color Harmonies of #245180
Complementary color
Monochromatic Colors of #245180
Black with #245180
Text Example
Text Example
White with #245180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245180; }
p { color: rgb(36,81,128); }
H1.HeaderClassName
{
color: #245180;
}
.AnyTagClassName
{
color: #245180;
}
</style>
background-color css
<style>
a { background-color: #245180; }
a { background-color: rgb(36,81,128); }
div.DivClassName
{
background-color: #245180;
}
.BgClassName
{
background-color: #245180;
}
</style>
border-color css
<style>
span { border-color: #245180; }
span { border-color: rgb(36,81,128); }
td.TdClassName
{
border-color: #245180;
}
.TagClassName
{
border-color: #245180;
}
</style>