Shades of Bahama Blue #245379
Tints of Bahama Blue #245379
RGB
CMYK
RGB Variations
Color information
#245379 (or 0x245379) is known color: Bahama Blue. HEX triplet: 24, 53 and 79. RGB value is (36,83,121). Sum of RGB (Red+Green+Blue) = 36+83+121=240 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15% from 240); Green value is 83 (32.81% from 255 or 34.58% from 240); Blue value is 121 (47.66% from 255 or 50.42% from 240); Max value from RGB is 121 - color contains mainly: blue. Hex color #245379 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245379 is #DBAC86. Grayscale: #494949. Windows color (decimal): -14396551 or 7951140. OLE color: 7951140.
HSL color Cylindrical-coordinate representation of color #245379: hue angle of 206.82º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #245379 is Cyan = 0.70, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 36 | 83 | 121 | - |
| CMYK | 0.70 | 0.31 | 0 | 0.53 |
| HSL | 206.82º | 0.54% | 0.31% | - |
| HSV(B) | 206.82º | 0.7% | 0.47% | - |
| XYZ | 7.27 | 7.94 | 19.24 | - |
| YUV | 73.28 | 154.93 | 101.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 83 | 121 | 0.70 | 0.31 | 0 | 0.53 | 206.82 | 0.54 | 0.31 |
| Hex | 24 | 53 | 79 | 46 | 1F | 0 | 35 | CF | 36 | 1F |
| Octal | 44 | 123 | 171 | 106 | 37 | 0 | 65 | 317 | 66 | 37 |
| Binary | 100100 | 1010011 | 1111001 | 1000110 | 11111 | 0 | 110101 | 11001111 | 110110 | 11111 |
Color Harmonies of #245379
Complementary color
Monochromatic Colors of #245379
Black with #245379
Text Example
Text Example
White with #245379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245379; }
p { color: rgb(36,83,121); }
H1.HeaderClassName
{
color: #245379;
}
.AnyTagClassName
{
color: #245379;
}
</style>
background-color css
<style>
a { background-color: #245379; }
a { background-color: rgb(36,83,121); }
div.DivClassName
{
background-color: #245379;
}
.BgClassName
{
background-color: #245379;
}
</style>
border-color css
<style>
span { border-color: #245379; }
span { border-color: rgb(36,83,121); }
td.TdClassName
{
border-color: #245379;
}
.TagClassName
{
border-color: #245379;
}
</style>