Shades of Bahama Blue #245382
Tints of Bahama Blue #245382
RGB
CMYK
RGB Variations
Color information
#245382 (or 0x245382) is known color: Bahama Blue. HEX triplet: 24, 53 and 82. RGB value is (36,83,130). Sum of RGB (Red+Green+Blue) = 36+83+130=249 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.46% from 249); Green value is 83 (32.81% from 255 or 33.33% from 249); Blue value is 130 (51.17% from 255 or 52.21% from 249); Max value from RGB is 130 - color contains mainly: blue. Hex color #245382 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245382 is #DBAC7D. Grayscale: #4A4A4A. Windows color (decimal): -14396542 or 8540964. OLE color: 8540964.
HSL color Cylindrical-coordinate representation of color #245382: hue angle of 210º 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 #245382 is Cyan = 0.72, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 36 | 83 | 130 | - |
| CMYK | 0.72 | 0.36 | 0 | 0.49 |
| HSL | 210º | 0.57% | 0.33% | - |
| HSV(B) | 210º | 0.72% | 0.51% | - |
| XYZ | 7.85 | 8.17 | 22.28 | - |
| YUV | 74.31 | 159.43 | 100.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 83 | 130 | 0.72 | 0.36 | 0 | 0.49 | 210 | 0.57 | 0.33 |
| Hex | 24 | 53 | 82 | 48 | 24 | 0 | 31 | D2 | 39 | 21 |
| Octal | 44 | 123 | 202 | 110 | 44 | 0 | 61 | 322 | 71 | 41 |
| Binary | 100100 | 1010011 | 10000010 | 1001000 | 100100 | 0 | 110001 | 11010010 | 111001 | 100001 |
Color Harmonies of #245382
Complementary color
Monochromatic Colors of #245382
Black with #245382
Text Example
Text Example
White with #245382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245382; }
p { color: rgb(36,83,130); }
H1.HeaderClassName
{
color: #245382;
}
.AnyTagClassName
{
color: #245382;
}
</style>
background-color css
<style>
a { background-color: #245382; }
a { background-color: rgb(36,83,130); }
div.DivClassName
{
background-color: #245382;
}
.BgClassName
{
background-color: #245382;
}
</style>
border-color css
<style>
span { border-color: #245382; }
span { border-color: rgb(36,83,130); }
td.TdClassName
{
border-color: #245382;
}
.TagClassName
{
border-color: #245382;
}
</style>