Shades of Bahama Blue #245A80
Tints of Bahama Blue #245A80
RGB
CMYK
RGB Variations
Color information
#245A80 (or 0x245A80) is known color: Bahama Blue. HEX triplet: 24, 5A and 80. RGB value is (36,90,128). Sum of RGB (Red+Green+Blue) = 36+90+128=254 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.17% from 254); Green value is 90 (35.55% from 255 or 35.43% from 254); Blue value is 128 (50.39% from 255 or 50.39% from 254); Max value from RGB is 128 - color contains mainly: blue. Hex color #245A80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245A80 is #DBA57F. Grayscale: #4D4D4D. Windows color (decimal): -14394752 or 8411684. OLE color: 8411684.
HSL color Cylindrical-coordinate representation of color #245A80: hue angle of 204.78º 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 #245A80 is Cyan = 0.72, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 36 | 90 | 128 | - |
| CMYK | 0.72 | 0.30 | 0 | 0.50 |
| HSL | 204.78º | 0.56% | 0.32% | - |
| HSV(B) | 204.78º | 0.72% | 0.5% | - |
| XYZ | 8.28 | 9.25 | 21.77 | - |
| YUV | 78.19 | 156.11 | 97.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 90 | 128 | 0.72 | 0.30 | 0 | 0.50 | 204.78 | 0.56 | 0.32 |
| Hex | 24 | 5A | 80 | 48 | 1E | 0 | 32 | CD | 38 | 20 |
| Octal | 44 | 132 | 200 | 110 | 36 | 0 | 62 | 315 | 70 | 40 |
| Binary | 100100 | 1011010 | 10000000 | 1001000 | 11110 | 0 | 110010 | 11001101 | 111000 | 100000 |
Color Harmonies of #245A80
Complementary color
Monochromatic Colors of #245A80
Black with #245A80
Text Example
Text Example
White with #245A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245A80; }
p { color: rgb(36,90,128); }
H1.HeaderClassName
{
color: #245A80;
}
.AnyTagClassName
{
color: #245A80;
}
</style>
background-color css
<style>
a { background-color: #245A80; }
a { background-color: rgb(36,90,128); }
div.DivClassName
{
background-color: #245A80;
}
.BgClassName
{
background-color: #245A80;
}
</style>
border-color css
<style>
span { border-color: #245A80; }
span { border-color: rgb(36,90,128); }
td.TdClassName
{
border-color: #245A80;
}
.TagClassName
{
border-color: #245A80;
}
</style>