Shades of Bahama Blue #24537A
Tints of Bahama Blue #24537A
RGB
CMYK
RGB Variations
Color information
#24537A (or 0x24537A) is known color: Bahama Blue. HEX triplet: 24, 53 and 7A. RGB value is (36,83,122). Sum of RGB (Red+Green+Blue) = 36+83+122=241 (31% of max value = 765). Red value is 36 (14.45% from 255 or 14.94% from 241); Green value is 83 (32.81% from 255 or 34.44% from 241); Blue value is 122 (48.05% from 255 or 50.62% from 241); Max value from RGB is 122 - color contains mainly: blue. Hex color #24537A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24537A is #DBAC85. Grayscale: #494949. Windows color (decimal): -14396550 or 8016676. OLE color: 8016676.
HSL color Cylindrical-coordinate representation of color #24537A: hue angle of 207.21º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #24537A is Cyan = 0.70, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 36 | 83 | 122 | - |
| CMYK | 0.70 | 0.32 | 0 | 0.52 |
| HSL | 207.21º | 0.54% | 0.31% | - |
| HSV(B) | 207.21º | 0.7% | 0.48% | - |
| XYZ | 7.33 | 7.97 | 19.56 | - |
| YUV | 73.39 | 155.43 | 101.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 83 | 122 | 0.70 | 0.32 | 0 | 0.52 | 207.21 | 0.54 | 0.31 |
| Hex | 24 | 53 | 7A | 46 | 20 | 0 | 34 | CF | 36 | 1F |
| Octal | 44 | 123 | 172 | 106 | 40 | 0 | 64 | 317 | 66 | 37 |
| Binary | 100100 | 1010011 | 1111010 | 1000110 | 100000 | 0 | 110100 | 11001111 | 110110 | 11111 |
Color Harmonies of #24537A
Complementary color
Monochromatic Colors of #24537A
Black with #24537A
Text Example
Text Example
White with #24537A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24537A; }
p { color: rgb(36,83,122); }
H1.HeaderClassName
{
color: #24537A;
}
.AnyTagClassName
{
color: #24537A;
}
</style>
background-color css
<style>
a { background-color: #24537A; }
a { background-color: rgb(36,83,122); }
div.DivClassName
{
background-color: #24537A;
}
.BgClassName
{
background-color: #24537A;
}
</style>
border-color css
<style>
span { border-color: #24537A; }
span { border-color: rgb(36,83,122); }
td.TdClassName
{
border-color: #24537A;
}
.TagClassName
{
border-color: #24537A;
}
</style>