Shades of Bahama Blue #24537B
Tints of Bahama Blue #24537B
RGB
CMYK
RGB Variations
Color information
#24537B (or 0x24537B) is known color: Bahama Blue. HEX triplet: 24, 53 and 7B. RGB value is (36,83,123). Sum of RGB (Red+Green+Blue) = 36+83+123=242 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.88% from 242); Green value is 83 (32.81% from 255 or 34.30% from 242); Blue value is 123 (48.44% from 255 or 50.83% from 242); Max value from RGB is 123 - color contains mainly: blue. Hex color #24537B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24537B is #DBAC84. Grayscale: #494949. Windows color (decimal): -14396549 or 8082212. OLE color: 8082212.
HSL color Cylindrical-coordinate representation of color #24537B: hue angle of 207.59º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #24537B is Cyan = 0.71, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 36 | 83 | 123 | - |
| CMYK | 0.71 | 0.33 | 0 | 0.52 |
| HSL | 207.59º | 0.55% | 0.31% | - |
| HSV(B) | 207.59º | 0.71% | 0.48% | - |
| XYZ | 7.4 | 7.99 | 19.89 | - |
| YUV | 73.51 | 155.93 | 101.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 83 | 123 | 0.71 | 0.33 | 0 | 0.52 | 207.59 | 0.55 | 0.31 |
| Hex | 24 | 53 | 7B | 47 | 21 | 0 | 34 | D0 | 37 | 1F |
| Octal | 44 | 123 | 173 | 107 | 41 | 0 | 64 | 320 | 67 | 37 |
| Binary | 100100 | 1010011 | 1111011 | 1000111 | 100001 | 0 | 110100 | 11010000 | 110111 | 11111 |
Color Harmonies of #24537B
Complementary color
Monochromatic Colors of #24537B
Black with #24537B
Text Example
Text Example
White with #24537B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24537B; }
p { color: rgb(36,83,123); }
H1.HeaderClassName
{
color: #24537B;
}
.AnyTagClassName
{
color: #24537B;
}
</style>
background-color css
<style>
a { background-color: #24537B; }
a { background-color: rgb(36,83,123); }
div.DivClassName
{
background-color: #24537B;
}
.BgClassName
{
background-color: #24537B;
}
</style>
border-color css
<style>
span { border-color: #24537B; }
span { border-color: rgb(36,83,123); }
td.TdClassName
{
border-color: #24537B;
}
.TagClassName
{
border-color: #24537B;
}
</style>