Shades of Bahama Blue #2D6183
Tints of Bahama Blue #2D6183
RGB
CMYK
RGB Variations
Color information
#2D6183 (or 0x2D6183) is known color: Bahama Blue. HEX triplet: 2D, 61 and 83. RGB value is (45,97,131). Sum of RGB (Red+Green+Blue) = 45+97+131=273 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.48% from 273); Green value is 97 (38.28% from 255 or 35.53% from 273); Blue value is 131 (51.56% from 255 or 47.99% from 273); Max value from RGB is 131 - color contains mainly: blue. Hex color #2D6183 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D6183 is #D29E7C. Grayscale: #555555. Windows color (decimal): -13803133 or 8610093. OLE color: 8610093.
HSL color Cylindrical-coordinate representation of color #2D6183: hue angle of 203.72º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D6183 is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 45 | 97 | 131 | - |
| CMYK | 0.66 | 0.26 | 0 | 0.49 |
| HSL | 203.72º | 0.49% | 0.35% | - |
| HSV(B) | 203.72º | 0.66% | 0.51% | - |
| XYZ | 9.45 | 10.75 | 23.05 | - |
| YUV | 85.33 | 153.77 | 99.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 97 | 131 | 0.66 | 0.26 | 0 | 0.49 | 203.72 | 0.49 | 0.35 |
| Hex | 2D | 61 | 83 | 42 | 1A | 0 | 31 | CC | 31 | 23 |
| Octal | 55 | 141 | 203 | 102 | 32 | 0 | 61 | 314 | 61 | 43 |
| Binary | 101101 | 1100001 | 10000011 | 1000010 | 11010 | 0 | 110001 | 11001100 | 110001 | 100011 |
Color Harmonies of #2D6183
Complementary color
Monochromatic Colors of #2D6183
Black with #2D6183
Text Example
Text Example
White with #2D6183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6183; }
p { color: rgb(45,97,131); }
H1.HeaderClassName
{
color: #2D6183;
}
.AnyTagClassName
{
color: #2D6183;
}
</style>
background-color css
<style>
a { background-color: #2D6183; }
a { background-color: rgb(45,97,131); }
div.DivClassName
{
background-color: #2D6183;
}
.BgClassName
{
background-color: #2D6183;
}
</style>
border-color css
<style>
span { border-color: #2D6183; }
span { border-color: rgb(45,97,131); }
td.TdClassName
{
border-color: #2D6183;
}
.TagClassName
{
border-color: #2D6183;
}
</style>