Shades of Bahama Blue #245082
Tints of Bahama Blue #245082
RGB
CMYK
RGB Variations
Color information
#245082 (or 0x245082) is known color: Bahama Blue. HEX triplet: 24, 50 and 82. RGB value is (36,80,130). Sum of RGB (Red+Green+Blue) = 36+80+130=246 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.63% from 246); Green value is 80 (31.64% from 255 or 32.52% from 246); Blue value is 130 (51.17% from 255 or 52.85% from 246); Max value from RGB is 130 - color contains mainly: blue. Hex color #245082 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245082 is #DBAF7D. Grayscale: #484848. Windows color (decimal): -14397310 or 8540196. OLE color: 8540196.
HSL color Cylindrical-coordinate representation of color #245082: hue angle of 211.91º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #245082 is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 36 | 80 | 130 | - |
| CMYK | 0.72 | 0.38 | 0 | 0.49 |
| HSL | 211.91º | 0.57% | 0.33% | - |
| HSV(B) | 211.91º | 0.72% | 0.51% | - |
| XYZ | 7.63 | 7.72 | 22.21 | - |
| YUV | 72.54 | 160.42 | 101.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 80 | 130 | 0.72 | 0.38 | 0 | 0.49 | 211.91 | 0.57 | 0.33 |
| Hex | 24 | 50 | 82 | 48 | 26 | 0 | 31 | D4 | 39 | 21 |
| Octal | 44 | 120 | 202 | 110 | 46 | 0 | 61 | 324 | 71 | 41 |
| Binary | 100100 | 1010000 | 10000010 | 1001000 | 100110 | 0 | 110001 | 11010100 | 111001 | 100001 |
Color Harmonies of #245082
Complementary color
Monochromatic Colors of #245082
Black with #245082
Text Example
Text Example
White with #245082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245082; }
p { color: rgb(36,80,130); }
H1.HeaderClassName
{
color: #245082;
}
.AnyTagClassName
{
color: #245082;
}
</style>
background-color css
<style>
a { background-color: #245082; }
a { background-color: rgb(36,80,130); }
div.DivClassName
{
background-color: #245082;
}
.BgClassName
{
background-color: #245082;
}
</style>
border-color css
<style>
span { border-color: #245082; }
span { border-color: rgb(36,80,130); }
td.TdClassName
{
border-color: #245082;
}
.TagClassName
{
border-color: #245082;
}
</style>