Shades of Bahama Blue #246184
Tints of Bahama Blue #246184
RGB
CMYK
RGB Variations
Color information
#246184 (or 0x246184) is known color: Bahama Blue. HEX triplet: 24, 61 and 84. RGB value is (36,97,132). Sum of RGB (Red+Green+Blue) = 36+97+132=265 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.58% from 265); Green value is 97 (38.28% from 255 or 36.60% from 265); Blue value is 132 (51.95% from 255 or 49.81% from 265); Max value from RGB is 132 - color contains mainly: blue. Hex color #246184 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246184 is #DB9E7B. Grayscale: #525252. Windows color (decimal): -14392956 or 8675620. OLE color: 8675620.
HSL color Cylindrical-coordinate representation of color #246184: hue angle of 201.88º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #246184 is Cyan = 0.73, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 36 | 97 | 132 | - |
| CMYK | 0.73 | 0.27 | 0 | 0.48 |
| HSL | 201.88º | 0.57% | 0.33% | - |
| HSV(B) | 201.88º | 0.73% | 0.52% | - |
| XYZ | 9.17 | 10.59 | 23.39 | - |
| YUV | 82.75 | 155.79 | 94.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 97 | 132 | 0.73 | 0.27 | 0 | 0.48 | 201.88 | 0.57 | 0.33 |
| Hex | 24 | 61 | 84 | 49 | 1B | 0 | 30 | CA | 39 | 21 |
| Octal | 44 | 141 | 204 | 111 | 33 | 0 | 60 | 312 | 71 | 41 |
| Binary | 100100 | 1100001 | 10000100 | 1001001 | 11011 | 0 | 110000 | 11001010 | 111001 | 100001 |
Color Harmonies of #246184
Complementary color
Monochromatic Colors of #246184
Black with #246184
Text Example
Text Example
White with #246184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246184; }
p { color: rgb(36,97,132); }
H1.HeaderClassName
{
color: #246184;
}
.AnyTagClassName
{
color: #246184;
}
</style>
background-color css
<style>
a { background-color: #246184; }
a { background-color: rgb(36,97,132); }
div.DivClassName
{
background-color: #246184;
}
.BgClassName
{
background-color: #246184;
}
</style>
border-color css
<style>
span { border-color: #246184; }
span { border-color: rgb(36,97,132); }
td.TdClassName
{
border-color: #246184;
}
.TagClassName
{
border-color: #246184;
}
</style>