Shades of Bahama Blue #2C6285
Tints of Bahama Blue #2C6285
RGB
CMYK
RGB Variations
Color information
#2C6285 (or 0x2C6285) is known color: Bahama Blue. HEX triplet: 2C, 62 and 85. RGB value is (44,98,133). Sum of RGB (Red+Green+Blue) = 44+98+133=275 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16% from 275); Green value is 98 (38.67% from 255 or 35.64% from 275); Blue value is 133 (52.34% from 255 or 48.36% from 275); Max value from RGB is 133 - color contains mainly: blue. Hex color #2C6285 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C6285 is #D39D7A. Grayscale: #555555. Windows color (decimal): -13868411 or 8741420. OLE color: 8741420.
HSL color Cylindrical-coordinate representation of color #2C6285: hue angle of 203.6º 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 #2C6285 is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 44 | 98 | 133 | - |
| CMYK | 0.67 | 0.26 | 0 | 0.48 |
| HSL | 203.6º | 0.5% | 0.35% | - |
| HSV(B) | 203.6º | 0.67% | 0.52% | - |
| XYZ | 9.64 | 10.96 | 23.8 | - |
| YUV | 85.84 | 154.61 | 98.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 98 | 133 | 0.67 | 0.26 | 0 | 0.48 | 203.6 | 0.5 | 0.35 |
| Hex | 2C | 62 | 85 | 43 | 1A | 0 | 30 | CC | 32 | 23 |
| Octal | 54 | 142 | 205 | 103 | 32 | 0 | 60 | 314 | 62 | 43 |
| Binary | 101100 | 1100010 | 10000101 | 1000011 | 11010 | 0 | 110000 | 11001100 | 110010 | 100011 |
Color Harmonies of #2C6285
Complementary color
Monochromatic Colors of #2C6285
Black with #2C6285
Text Example
Text Example
White with #2C6285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C6285; }
p { color: rgb(44,98,133); }
H1.HeaderClassName
{
color: #2C6285;
}
.AnyTagClassName
{
color: #2C6285;
}
</style>
background-color css
<style>
a { background-color: #2C6285; }
a { background-color: rgb(44,98,133); }
div.DivClassName
{
background-color: #2C6285;
}
.BgClassName
{
background-color: #2C6285;
}
</style>
border-color css
<style>
span { border-color: #2C6285; }
span { border-color: rgb(44,98,133); }
td.TdClassName
{
border-color: #2C6285;
}
.TagClassName
{
border-color: #2C6285;
}
</style>