Shades of Bahama Blue #24527F
Tints of Bahama Blue #24527F
RGB
CMYK
RGB Variations
Color information
#24527F (or 0x24527F) is known color: Bahama Blue. HEX triplet: 24, 52 and 7F. RGB value is (36,82,127). Sum of RGB (Red+Green+Blue) = 36+82+127=245 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.69% from 245); Green value is 82 (32.42% from 255 or 33.47% from 245); Blue value is 127 (50% from 255 or 51.84% from 245); Max value from RGB is 127 - color contains mainly: blue. Hex color #24527F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24527F is #DBAD80. Grayscale: #494949. Windows color (decimal): -14396801 or 8344100. OLE color: 8344100.
HSL color Cylindrical-coordinate representation of color #24527F: hue angle of 209.67º 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 #24527F is Cyan = 0.72, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 36 | 82 | 127 | - |
| CMYK | 0.72 | 0.35 | 0 | 0.50 |
| HSL | 209.67º | 0.56% | 0.32% | - |
| HSV(B) | 209.67º | 0.72% | 0.5% | - |
| XYZ | 7.58 | 7.94 | 21.21 | - |
| YUV | 73.38 | 158.26 | 101.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 82 | 127 | 0.72 | 0.35 | 0 | 0.50 | 209.67 | 0.56 | 0.32 |
| Hex | 24 | 52 | 7F | 48 | 23 | 0 | 32 | D2 | 38 | 20 |
| Octal | 44 | 122 | 177 | 110 | 43 | 0 | 62 | 322 | 70 | 40 |
| Binary | 100100 | 1010010 | 1111111 | 1001000 | 100011 | 0 | 110010 | 11010010 | 111000 | 100000 |
Color Harmonies of #24527F
Complementary color
Monochromatic Colors of #24527F
Black with #24527F
Text Example
Text Example
White with #24527F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24527F; }
p { color: rgb(36,82,127); }
H1.HeaderClassName
{
color: #24527F;
}
.AnyTagClassName
{
color: #24527F;
}
</style>
background-color css
<style>
a { background-color: #24527F; }
a { background-color: rgb(36,82,127); }
div.DivClassName
{
background-color: #24527F;
}
.BgClassName
{
background-color: #24527F;
}
</style>
border-color css
<style>
span { border-color: #24527F; }
span { border-color: rgb(36,82,127); }
td.TdClassName
{
border-color: #24527F;
}
.TagClassName
{
border-color: #24527F;
}
</style>