Shades of Bahama Blue #24557F
Tints of Bahama Blue #24557F
RGB
CMYK
RGB Variations
Color information
#24557F (or 0x24557F) is known color: Bahama Blue. HEX triplet: 24, 55 and 7F. RGB value is (36,85,127). Sum of RGB (Red+Green+Blue) = 36+85+127=248 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.52% from 248); Green value is 85 (33.59% from 255 or 34.27% from 248); Blue value is 127 (50% from 255 or 51.21% from 248); Max value from RGB is 127 - color contains mainly: blue. Hex color #24557F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24557F is #DBAA80. Grayscale: #4A4A4A. Windows color (decimal): -14396033 or 8344868. OLE color: 8344868.
HSL color Cylindrical-coordinate representation of color #24557F: hue angle of 207.69º 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 #24557F is Cyan = 0.72, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 36 | 85 | 127 | - |
| CMYK | 0.72 | 0.33 | 0 | 0.50 |
| HSL | 207.69º | 0.56% | 0.32% | - |
| HSV(B) | 207.69º | 0.72% | 0.5% | - |
| XYZ | 7.81 | 8.4 | 21.29 | - |
| YUV | 75.14 | 157.27 | 100.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 85 | 127 | 0.72 | 0.33 | 0 | 0.50 | 207.69 | 0.56 | 0.32 |
| Hex | 24 | 55 | 7F | 48 | 21 | 0 | 32 | D0 | 38 | 20 |
| Octal | 44 | 125 | 177 | 110 | 41 | 0 | 62 | 320 | 70 | 40 |
| Binary | 100100 | 1010101 | 1111111 | 1001000 | 100001 | 0 | 110010 | 11010000 | 111000 | 100000 |
Color Harmonies of #24557F
Complementary color
Monochromatic Colors of #24557F
Black with #24557F
Text Example
Text Example
White with #24557F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24557F; }
p { color: rgb(36,85,127); }
H1.HeaderClassName
{
color: #24557F;
}
.AnyTagClassName
{
color: #24557F;
}
</style>
background-color css
<style>
a { background-color: #24557F; }
a { background-color: rgb(36,85,127); }
div.DivClassName
{
background-color: #24557F;
}
.BgClassName
{
background-color: #24557F;
}
</style>
border-color css
<style>
span { border-color: #24557F; }
span { border-color: rgb(36,85,127); }
td.TdClassName
{
border-color: #24557F;
}
.TagClassName
{
border-color: #24557F;
}
</style>