Shades of Bahama Blue #245280
Tints of Bahama Blue #245280
RGB
CMYK
RGB Variations
Color information
#245280 (or 0x245280) is known color: Bahama Blue. HEX triplet: 24, 52 and 80. RGB value is (36,82,128). Sum of RGB (Red+Green+Blue) = 36+82+128=246 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.63% from 246); Green value is 82 (32.42% from 255 or 33.33% from 246); Blue value is 128 (50.39% from 255 or 52.03% from 246); Max value from RGB is 128 - color contains mainly: blue. Hex color #245280 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245280 is #DBAD7F. Grayscale: #494949. Windows color (decimal): -14396800 or 8409636. OLE color: 8409636.
HSL color Cylindrical-coordinate representation of color #245280: hue angle of 210º 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 #245280 is Cyan = 0.72, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 36 | 82 | 128 | - |
| CMYK | 0.72 | 0.36 | 0 | 0.50 |
| HSL | 210º | 0.56% | 0.32% | - |
| HSV(B) | 210º | 0.72% | 0.5% | - |
| XYZ | 7.64 | 7.97 | 21.56 | - |
| YUV | 73.49 | 158.76 | 101.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 82 | 128 | 0.72 | 0.36 | 0 | 0.50 | 210 | 0.56 | 0.32 |
| Hex | 24 | 52 | 80 | 48 | 24 | 0 | 32 | D2 | 38 | 20 |
| Octal | 44 | 122 | 200 | 110 | 44 | 0 | 62 | 322 | 70 | 40 |
| Binary | 100100 | 1010010 | 10000000 | 1001000 | 100100 | 0 | 110010 | 11010010 | 111000 | 100000 |
Color Harmonies of #245280
Complementary color
Monochromatic Colors of #245280
Black with #245280
Text Example
Text Example
White with #245280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245280; }
p { color: rgb(36,82,128); }
H1.HeaderClassName
{
color: #245280;
}
.AnyTagClassName
{
color: #245280;
}
</style>
background-color css
<style>
a { background-color: #245280; }
a { background-color: rgb(36,82,128); }
div.DivClassName
{
background-color: #245280;
}
.BgClassName
{
background-color: #245280;
}
</style>
border-color css
<style>
span { border-color: #245280; }
span { border-color: rgb(36,82,128); }
td.TdClassName
{
border-color: #245280;
}
.TagClassName
{
border-color: #245280;
}
</style>