Shades of Bahama Blue #24517E
Tints of Bahama Blue #24517E
RGB
CMYK
RGB Variations
Color information
#24517E (or 0x24517E) is known color: Bahama Blue. HEX triplet: 24, 51 and 7E. RGB value is (36,81,126). Sum of RGB (Red+Green+Blue) = 36+81+126=243 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.81% from 243); Green value is 81 (32.03% from 255 or 33.33% from 243); Blue value is 126 (49.61% from 255 or 51.85% from 243); Max value from RGB is 126 - color contains mainly: blue. Hex color #24517E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24517E is #DBAE81. Grayscale: #484848. Windows color (decimal): -14397058 or 8278308. OLE color: 8278308.
HSL color Cylindrical-coordinate representation of color #24517E: hue angle of 210º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #24517E is Cyan = 0.71, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 36 | 81 | 126 | - |
| CMYK | 0.71 | 0.36 | 0 | 0.51 |
| HSL | 210º | 0.56% | 0.32% | - |
| HSV(B) | 210º | 0.71% | 0.49% | - |
| XYZ | 7.44 | 7.77 | 20.85 | - |
| YUV | 72.68 | 158.09 | 101.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 81 | 126 | 0.71 | 0.36 | 0 | 0.51 | 210 | 0.56 | 0.32 |
| Hex | 24 | 51 | 7E | 47 | 24 | 0 | 33 | D2 | 38 | 20 |
| Octal | 44 | 121 | 176 | 107 | 44 | 0 | 63 | 322 | 70 | 40 |
| Binary | 100100 | 1010001 | 1111110 | 1000111 | 100100 | 0 | 110011 | 11010010 | 111000 | 100000 |
Color Harmonies of #24517E
Complementary color
Monochromatic Colors of #24517E
Black with #24517E
Text Example
Text Example
White with #24517E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24517E; }
p { color: rgb(36,81,126); }
H1.HeaderClassName
{
color: #24517E;
}
.AnyTagClassName
{
color: #24517E;
}
</style>
background-color css
<style>
a { background-color: #24517E; }
a { background-color: rgb(36,81,126); }
div.DivClassName
{
background-color: #24517E;
}
.BgClassName
{
background-color: #24517E;
}
</style>
border-color css
<style>
span { border-color: #24517E; }
span { border-color: rgb(36,81,126); }
td.TdClassName
{
border-color: #24517E;
}
.TagClassName
{
border-color: #24517E;
}
</style>