Shades of Bahama Blue #2D6285
Tints of Bahama Blue #2D6285
RGB
CMYK
RGB Variations
Color information
#2D6285 (or 0x2D6285) is known color: Bahama Blue. HEX triplet: 2D, 62 and 85. RGB value is (45,98,133). Sum of RGB (Red+Green+Blue) = 45+98+133=276 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.30% from 276); Green value is 98 (38.67% from 255 or 35.51% from 276); Blue value is 133 (52.34% from 255 or 48.19% from 276); Max value from RGB is 133 - color contains mainly: blue. Hex color #2D6285 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D6285 is #D29D7A. Grayscale: #555555. Windows color (decimal): -13802875 or 8741421. OLE color: 8741421.
HSL color Cylindrical-coordinate representation of color #2D6285: hue angle of 203.86º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D6285 is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 45 | 98 | 133 | - |
| CMYK | 0.66 | 0.26 | 0 | 0.48 |
| HSL | 203.86º | 0.49% | 0.35% | - |
| HSV(B) | 203.86º | 0.66% | 0.52% | - |
| XYZ | 9.68 | 10.99 | 23.8 | - |
| YUV | 86.14 | 154.44 | 98.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 98 | 133 | 0.66 | 0.26 | 0 | 0.48 | 203.86 | 0.49 | 0.35 |
| Hex | 2D | 62 | 85 | 42 | 1A | 0 | 30 | CC | 31 | 23 |
| Octal | 55 | 142 | 205 | 102 | 32 | 0 | 60 | 314 | 61 | 43 |
| Binary | 101101 | 1100010 | 10000101 | 1000010 | 11010 | 0 | 110000 | 11001100 | 110001 | 100011 |
Color Harmonies of #2D6285
Complementary color
Monochromatic Colors of #2D6285
Black with #2D6285
Text Example
Text Example
White with #2D6285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6285; }
p { color: rgb(45,98,133); }
H1.HeaderClassName
{
color: #2D6285;
}
.AnyTagClassName
{
color: #2D6285;
}
</style>
background-color css
<style>
a { background-color: #2D6285; }
a { background-color: rgb(45,98,133); }
div.DivClassName
{
background-color: #2D6285;
}
.BgClassName
{
background-color: #2D6285;
}
</style>
border-color css
<style>
span { border-color: #2D6285; }
span { border-color: rgb(45,98,133); }
td.TdClassName
{
border-color: #2D6285;
}
.TagClassName
{
border-color: #2D6285;
}
</style>