Shades of Bahama Blue #245283
Tints of Bahama Blue #245283
RGB
CMYK
RGB Variations
Color information
#245283 (or 0x245283) is known color: Bahama Blue. HEX triplet: 24, 52 and 83. RGB value is (36,82,131). Sum of RGB (Red+Green+Blue) = 36+82+131=249 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.46% from 249); Green value is 82 (32.42% from 255 or 32.93% from 249); Blue value is 131 (51.56% from 255 or 52.61% from 249); Max value from RGB is 131 - color contains mainly: blue. Hex color #245283 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245283 is #DBAD7C. Grayscale: #494949. Windows color (decimal): -14396797 or 8606244. OLE color: 8606244.
HSL color Cylindrical-coordinate representation of color #245283: hue angle of 210.95º 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 #245283 is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 36 | 82 | 131 | - |
| CMYK | 0.73 | 0.37 | 0 | 0.49 |
| HSL | 210.95º | 0.57% | 0.33% | - |
| HSV(B) | 210.95º | 0.73% | 0.51% | - |
| XYZ | 7.84 | 8.05 | 22.61 | - |
| YUV | 73.83 | 160.26 | 101.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 82 | 131 | 0.73 | 0.37 | 0 | 0.49 | 210.95 | 0.57 | 0.33 |
| Hex | 24 | 52 | 83 | 49 | 25 | 0 | 31 | D3 | 39 | 21 |
| Octal | 44 | 122 | 203 | 111 | 45 | 0 | 61 | 323 | 71 | 41 |
| Binary | 100100 | 1010010 | 10000011 | 1001001 | 100101 | 0 | 110001 | 11010011 | 111001 | 100001 |
Color Harmonies of #245283
Complementary color
Monochromatic Colors of #245283
Black with #245283
Text Example
Text Example
White with #245283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245283; }
p { color: rgb(36,82,131); }
H1.HeaderClassName
{
color: #245283;
}
.AnyTagClassName
{
color: #245283;
}
</style>
background-color css
<style>
a { background-color: #245283; }
a { background-color: rgb(36,82,131); }
div.DivClassName
{
background-color: #245283;
}
.BgClassName
{
background-color: #245283;
}
</style>
border-color css
<style>
span { border-color: #245283; }
span { border-color: rgb(36,82,131); }
td.TdClassName
{
border-color: #245283;
}
.TagClassName
{
border-color: #245283;
}
</style>