Shades of Bahama Blue #24517F
Tints of Bahama Blue #24517F
RGB
CMYK
RGB Variations
Color information
#24517F (or 0x24517F) is known color: Bahama Blue. HEX triplet: 24, 51 and 7F. RGB value is (36,81,127). Sum of RGB (Red+Green+Blue) = 36+81+127=244 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.75% from 244); Green value is 81 (32.03% from 255 or 33.20% from 244); Blue value is 127 (50% from 255 or 52.05% from 244); Max value from RGB is 127 - color contains mainly: blue. Hex color #24517F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24517F is #DBAE80. Grayscale: #484848. Windows color (decimal): -14397057 or 8343844. OLE color: 8343844.
HSL color Cylindrical-coordinate representation of color #24517F: hue angle of 210.33º 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 #24517F is Cyan = 0.72, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 36 | 81 | 127 | - |
| CMYK | 0.72 | 0.36 | 0 | 0.50 |
| HSL | 210.33º | 0.56% | 0.32% | - |
| HSV(B) | 210.33º | 0.72% | 0.5% | - |
| XYZ | 7.5 | 7.79 | 21.19 | - |
| YUV | 72.79 | 158.59 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 81 | 127 | 0.72 | 0.36 | 0 | 0.50 | 210.33 | 0.56 | 0.32 |
| Hex | 24 | 51 | 7F | 48 | 24 | 0 | 32 | D2 | 38 | 20 |
| Octal | 44 | 121 | 177 | 110 | 44 | 0 | 62 | 322 | 70 | 40 |
| Binary | 100100 | 1010001 | 1111111 | 1001000 | 100100 | 0 | 110010 | 11010010 | 111000 | 100000 |
Color Harmonies of #24517F
Complementary color
Monochromatic Colors of #24517F
Black with #24517F
Text Example
Text Example
White with #24517F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24517F; }
p { color: rgb(36,81,127); }
H1.HeaderClassName
{
color: #24517F;
}
.AnyTagClassName
{
color: #24517F;
}
</style>
background-color css
<style>
a { background-color: #24517F; }
a { background-color: rgb(36,81,127); }
div.DivClassName
{
background-color: #24517F;
}
.BgClassName
{
background-color: #24517F;
}
</style>
border-color css
<style>
span { border-color: #24517F; }
span { border-color: rgb(36,81,127); }
td.TdClassName
{
border-color: #24517F;
}
.TagClassName
{
border-color: #24517F;
}
</style>