Shades of Bahama Blue #2C6485
Tints of Bahama Blue #2C6485
RGB
CMYK
RGB Variations
Color information
#2C6485 (or 0x2C6485) is known color: Bahama Blue. HEX triplet: 2C, 64 and 85. RGB value is (44,100,133). Sum of RGB (Red+Green+Blue) = 44+100+133=277 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.88% from 277); Green value is 100 (39.45% from 255 or 36.10% from 277); Blue value is 133 (52.34% from 255 or 48.01% from 277); Max value from RGB is 133 - color contains mainly: blue. Hex color #2C6485 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C6485 is #D39B7A. Grayscale: #565656. Windows color (decimal): -13867899 or 8741932. OLE color: 8741932.
HSL color Cylindrical-coordinate representation of color #2C6485: hue angle of 202.25º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2C6485 is Cyan = 0.67, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 44 | 100 | 133 | - |
| CMYK | 0.67 | 0.25 | 0 | 0.48 |
| HSL | 202.25º | 0.5% | 0.35% | - |
| HSV(B) | 202.25º | 0.67% | 0.52% | - |
| XYZ | 9.83 | 11.34 | 23.86 | - |
| YUV | 87.02 | 153.95 | 97.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 100 | 133 | 0.67 | 0.25 | 0 | 0.48 | 202.25 | 0.5 | 0.35 |
| Hex | 2C | 64 | 85 | 43 | 19 | 0 | 30 | CA | 32 | 23 |
| Octal | 54 | 144 | 205 | 103 | 31 | 0 | 60 | 312 | 62 | 43 |
| Binary | 101100 | 1100100 | 10000101 | 1000011 | 11001 | 0 | 110000 | 11001010 | 110010 | 100011 |
Color Harmonies of #2C6485
Complementary color
Monochromatic Colors of #2C6485
Black with #2C6485
Text Example
Text Example
White with #2C6485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C6485; }
p { color: rgb(44,100,133); }
H1.HeaderClassName
{
color: #2C6485;
}
.AnyTagClassName
{
color: #2C6485;
}
</style>
background-color css
<style>
a { background-color: #2C6485; }
a { background-color: rgb(44,100,133); }
div.DivClassName
{
background-color: #2C6485;
}
.BgClassName
{
background-color: #2C6485;
}
</style>
border-color css
<style>
span { border-color: #2C6485; }
span { border-color: rgb(44,100,133); }
td.TdClassName
{
border-color: #2C6485;
}
.TagClassName
{
border-color: #2C6485;
}
</style>