Shades of Bahama Blue #245882
Tints of Bahama Blue #245882
RGB
CMYK
RGB Variations
Color information
#245882 (or 0x245882) is known color: Bahama Blue. HEX triplet: 24, 58 and 82. RGB value is (36,88,130). Sum of RGB (Red+Green+Blue) = 36+88+130=254 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.17% from 254); Green value is 88 (34.77% from 255 or 34.65% from 254); Blue value is 130 (51.17% from 255 or 51.18% from 254); Max value from RGB is 130 - color contains mainly: blue. Hex color #245882 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245882 is #DBA77D. Grayscale: #4D4D4D. Windows color (decimal): -14395262 or 8542244. OLE color: 8542244.
HSL color Cylindrical-coordinate representation of color #245882: hue angle of 206.81º 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 #245882 is Cyan = 0.72, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 36 | 88 | 130 | - |
| CMYK | 0.72 | 0.32 | 0 | 0.49 |
| HSL | 206.81º | 0.57% | 0.33% | - |
| HSV(B) | 206.81º | 0.72% | 0.51% | - |
| XYZ | 8.25 | 8.97 | 22.42 | - |
| YUV | 77.24 | 157.77 | 98.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 88 | 130 | 0.72 | 0.32 | 0 | 0.49 | 206.81 | 0.57 | 0.33 |
| Hex | 24 | 58 | 82 | 48 | 20 | 0 | 31 | CF | 39 | 21 |
| Octal | 44 | 130 | 202 | 110 | 40 | 0 | 61 | 317 | 71 | 41 |
| Binary | 100100 | 1011000 | 10000010 | 1001000 | 100000 | 0 | 110001 | 11001111 | 111001 | 100001 |
Color Harmonies of #245882
Complementary color
Monochromatic Colors of #245882
Black with #245882
Text Example
Text Example
White with #245882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245882; }
p { color: rgb(36,88,130); }
H1.HeaderClassName
{
color: #245882;
}
.AnyTagClassName
{
color: #245882;
}
</style>
background-color css
<style>
a { background-color: #245882; }
a { background-color: rgb(36,88,130); }
div.DivClassName
{
background-color: #245882;
}
.BgClassName
{
background-color: #245882;
}
</style>
border-color css
<style>
span { border-color: #245882; }
span { border-color: rgb(36,88,130); }
td.TdClassName
{
border-color: #245882;
}
.TagClassName
{
border-color: #245882;
}
</style>