Shades of Bahama Blue #245583
Tints of Bahama Blue #245583
RGB
CMYK
RGB Variations
Color information
#245583 (or 0x245583) is known color: Bahama Blue. HEX triplet: 24, 55 and 83. RGB value is (36,85,131). Sum of RGB (Red+Green+Blue) = 36+85+131=252 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.29% from 252); Green value is 85 (33.59% from 255 or 33.73% from 252); Blue value is 131 (51.56% from 255 or 51.98% from 252); Max value from RGB is 131 - color contains mainly: blue. Hex color #245583 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245583 is #DBAA7C. Grayscale: #4B4B4B. Windows color (decimal): -14396029 or 8607012. OLE color: 8607012.
HSL color Cylindrical-coordinate representation of color #245583: hue angle of 209.05º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #245583 is Cyan = 0.73, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 36 | 85 | 131 | - |
| CMYK | 0.73 | 0.35 | 0 | 0.49 |
| HSL | 209.05º | 0.57% | 0.33% | - |
| HSV(B) | 209.05º | 0.73% | 0.51% | - |
| XYZ | 8.07 | 8.51 | 22.69 | - |
| YUV | 75.59 | 159.27 | 99.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 85 | 131 | 0.73 | 0.35 | 0 | 0.49 | 209.05 | 0.57 | 0.33 |
| Hex | 24 | 55 | 83 | 49 | 23 | 0 | 31 | D1 | 39 | 21 |
| Octal | 44 | 125 | 203 | 111 | 43 | 0 | 61 | 321 | 71 | 41 |
| Binary | 100100 | 1010101 | 10000011 | 1001001 | 100011 | 0 | 110001 | 11010001 | 111001 | 100001 |
Color Harmonies of #245583
Complementary color
Monochromatic Colors of #245583
Black with #245583
Text Example
Text Example
White with #245583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245583; }
p { color: rgb(36,85,131); }
H1.HeaderClassName
{
color: #245583;
}
.AnyTagClassName
{
color: #245583;
}
</style>
background-color css
<style>
a { background-color: #245583; }
a { background-color: rgb(36,85,131); }
div.DivClassName
{
background-color: #245583;
}
.BgClassName
{
background-color: #245583;
}
</style>
border-color css
<style>
span { border-color: #245583; }
span { border-color: rgb(36,85,131); }
td.TdClassName
{
border-color: #245583;
}
.TagClassName
{
border-color: #245583;
}
</style>