Shades of Bahama Blue #245C80
Tints of Bahama Blue #245C80
RGB
CMYK
RGB Variations
Color information
#245C80 (or 0x245C80) is known color: Bahama Blue. HEX triplet: 24, 5C and 80. RGB value is (36,92,128). Sum of RGB (Red+Green+Blue) = 36+92+128=256 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.06% from 256); Green value is 92 (36.33% from 255 or 35.94% from 256); Blue value is 128 (50.39% from 255 or 50% from 256); Max value from RGB is 128 - color contains mainly: blue. Hex color #245C80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245C80 is #DBA37F. Grayscale: #4F4F4F. Windows color (decimal): -14394240 or 8412196. OLE color: 8412196.
HSL color Cylindrical-coordinate representation of color #245C80: hue angle of 203.48º 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 #245C80 is Cyan = 0.72, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 36 | 92 | 128 | - |
| CMYK | 0.72 | 0.28 | 0 | 0.50 |
| HSL | 203.48º | 0.56% | 0.32% | - |
| HSV(B) | 203.48º | 0.72% | 0.5% | - |
| XYZ | 8.45 | 9.59 | 21.83 | - |
| YUV | 79.36 | 155.45 | 97.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 92 | 128 | 0.72 | 0.28 | 0 | 0.50 | 203.48 | 0.56 | 0.32 |
| Hex | 24 | 5C | 80 | 48 | 1C | 0 | 32 | CB | 38 | 20 |
| Octal | 44 | 134 | 200 | 110 | 34 | 0 | 62 | 313 | 70 | 40 |
| Binary | 100100 | 1011100 | 10000000 | 1001000 | 11100 | 0 | 110010 | 11001011 | 111000 | 100000 |
Color Harmonies of #245C80
Complementary color
Monochromatic Colors of #245C80
Black with #245C80
Text Example
Text Example
White with #245C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245C80; }
p { color: rgb(36,92,128); }
H1.HeaderClassName
{
color: #245C80;
}
.AnyTagClassName
{
color: #245C80;
}
</style>
background-color css
<style>
a { background-color: #245C80; }
a { background-color: rgb(36,92,128); }
div.DivClassName
{
background-color: #245C80;
}
.BgClassName
{
background-color: #245C80;
}
</style>
border-color css
<style>
span { border-color: #245C80; }
span { border-color: rgb(36,92,128); }
td.TdClassName
{
border-color: #245C80;
}
.TagClassName
{
border-color: #245C80;
}
</style>