Shades of Bahama Blue #2B6384
Tints of Bahama Blue #2B6384
RGB
CMYK
RGB Variations
Color information
#2B6384 (or 0x2B6384) is known color: Bahama Blue. HEX triplet: 2B, 63 and 84. RGB value is (43,99,132). Sum of RGB (Red+Green+Blue) = 43+99+132=274 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.69% from 274); Green value is 99 (39.06% from 255 or 36.13% from 274); Blue value is 132 (51.95% from 255 or 48.18% from 274); Max value from RGB is 132 - color contains mainly: blue. Hex color #2B6384 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B6384 is #D49C7B. Grayscale: #555555. Windows color (decimal): -13933692 or 8676139. OLE color: 8676139.
HSL color Cylindrical-coordinate representation of color #2B6384: hue angle of 202.25º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B6384 is Cyan = 0.67, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 43 | 99 | 132 | - |
| CMYK | 0.67 | 0.25 | 0 | 0.48 |
| HSL | 202.25º | 0.51% | 0.34% | - |
| HSV(B) | 202.25º | 0.67% | 0.52% | - |
| XYZ | 9.62 | 11.1 | 23.47 | - |
| YUV | 86.02 | 153.95 | 97.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 99 | 132 | 0.67 | 0.25 | 0 | 0.48 | 202.25 | 0.51 | 0.34 |
| Hex | 2B | 63 | 84 | 43 | 19 | 0 | 30 | CA | 33 | 22 |
| Octal | 53 | 143 | 204 | 103 | 31 | 0 | 60 | 312 | 63 | 42 |
| Binary | 101011 | 1100011 | 10000100 | 1000011 | 11001 | 0 | 110000 | 11001010 | 110011 | 100010 |
Color Harmonies of #2B6384
Complementary color
Monochromatic Colors of #2B6384
Black with #2B6384
Text Example
Text Example
White with #2B6384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6384; }
p { color: rgb(43,99,132); }
H1.HeaderClassName
{
color: #2B6384;
}
.AnyTagClassName
{
color: #2B6384;
}
</style>
background-color css
<style>
a { background-color: #2B6384; }
a { background-color: rgb(43,99,132); }
div.DivClassName
{
background-color: #2B6384;
}
.BgClassName
{
background-color: #2B6384;
}
</style>
border-color css
<style>
span { border-color: #2B6384; }
span { border-color: rgb(43,99,132); }
td.TdClassName
{
border-color: #2B6384;
}
.TagClassName
{
border-color: #2B6384;
}
</style>