Shades of Bahama Blue #24648A
Tints of Bahama Blue #24648A
RGB
CMYK
RGB Variations
Color information
#24648A (or 0x24648A) is known color: Bahama Blue. HEX triplet: 24, 64 and 8A. RGB value is (36,100,138). Sum of RGB (Red+Green+Blue) = 36+100+138=274 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.14% from 274); Green value is 100 (39.45% from 255 or 36.50% from 274); Blue value is 138 (54.30% from 255 or 50.36% from 274); Max value from RGB is 138 - color contains mainly: blue. Hex color #24648A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24648A is #DB9B75. Grayscale: #545454. Windows color (decimal): -14392182 or 9069604. OLE color: 9069604.
HSL color Cylindrical-coordinate representation of color #24648A: hue angle of 202.35º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #24648A is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 36 | 100 | 138 | - |
| CMYK | 0.74 | 0.28 | 0 | 0.46 |
| HSL | 202.35º | 0.59% | 0.34% | - |
| HSV(B) | 202.35º | 0.74% | 0.54% | - |
| XYZ | 9.87 | 11.32 | 25.71 | - |
| YUV | 85.2 | 157.8 | 92.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 100 | 138 | 0.74 | 0.28 | 0 | 0.46 | 202.35 | 0.59 | 0.34 |
| Hex | 24 | 64 | 8A | 4A | 1C | 0 | 2E | CA | 3B | 22 |
| Octal | 44 | 144 | 212 | 112 | 34 | 0 | 56 | 312 | 73 | 42 |
| Binary | 100100 | 1100100 | 10001010 | 1001010 | 11100 | 0 | 101110 | 11001010 | 111011 | 100010 |
Color Harmonies of #24648A
Complementary color
Monochromatic Colors of #24648A
Black with #24648A
Text Example
Text Example
White with #24648A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24648A; }
p { color: rgb(36,100,138); }
H1.HeaderClassName
{
color: #24648A;
}
.AnyTagClassName
{
color: #24648A;
}
</style>
background-color css
<style>
a { background-color: #24648A; }
a { background-color: rgb(36,100,138); }
div.DivClassName
{
background-color: #24648A;
}
.BgClassName
{
background-color: #24648A;
}
</style>
border-color css
<style>
span { border-color: #24648A; }
span { border-color: rgb(36,100,138); }
td.TdClassName
{
border-color: #24648A;
}
.TagClassName
{
border-color: #24648A;
}
</style>