Shades of Bahama Blue #246282
Tints of Bahama Blue #246282
RGB
CMYK
RGB Variations
Color information
#246282 (or 0x246282) is known color: Bahama Blue. HEX triplet: 24, 62 and 82. RGB value is (36,98,130). Sum of RGB (Red+Green+Blue) = 36+98+130=264 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.64% from 264); Green value is 98 (38.67% from 255 or 37.12% from 264); Blue value is 130 (51.17% from 255 or 49.24% from 264); Max value from RGB is 130 - color contains mainly: blue. Hex color #246282 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246282 is #DB9D7D. Grayscale: #525252. Windows color (decimal): -14392702 or 8544804. OLE color: 8544804.
HSL color Cylindrical-coordinate representation of color #246282: hue angle of 200.43º 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 #246282 is Cyan = 0.72, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 36 | 98 | 130 | - |
| CMYK | 0.72 | 0.25 | 0 | 0.49 |
| HSL | 200.43º | 0.57% | 0.33% | - |
| HSV(B) | 200.43º | 0.72% | 0.51% | - |
| XYZ | 9.12 | 10.72 | 22.71 | - |
| YUV | 83.11 | 154.46 | 94.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 98 | 130 | 0.72 | 0.25 | 0 | 0.49 | 200.43 | 0.57 | 0.33 |
| Hex | 24 | 62 | 82 | 48 | 19 | 0 | 31 | C8 | 39 | 21 |
| Octal | 44 | 142 | 202 | 110 | 31 | 0 | 61 | 310 | 71 | 41 |
| Binary | 100100 | 1100010 | 10000010 | 1001000 | 11001 | 0 | 110001 | 11001000 | 111001 | 100001 |
Color Harmonies of #246282
Complementary color
Monochromatic Colors of #246282
Black with #246282
Text Example
Text Example
White with #246282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246282; }
p { color: rgb(36,98,130); }
H1.HeaderClassName
{
color: #246282;
}
.AnyTagClassName
{
color: #246282;
}
</style>
background-color css
<style>
a { background-color: #246282; }
a { background-color: rgb(36,98,130); }
div.DivClassName
{
background-color: #246282;
}
.BgClassName
{
background-color: #246282;
}
</style>
border-color css
<style>
span { border-color: #246282; }
span { border-color: rgb(36,98,130); }
td.TdClassName
{
border-color: #246282;
}
.TagClassName
{
border-color: #246282;
}
</style>