Shades of Bahama Blue #2D6280
Tints of Bahama Blue #2D6280
RGB
CMYK
RGB Variations
Color information
#2D6280 (or 0x2D6280) is known color: Bahama Blue. HEX triplet: 2D, 62 and 80. RGB value is (45,98,128). Sum of RGB (Red+Green+Blue) = 45+98+128=271 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.61% from 271); Green value is 98 (38.67% from 255 or 36.16% from 271); Blue value is 128 (50.39% from 255 or 47.23% from 271); Max value from RGB is 128 - color contains mainly: blue. Hex color #2D6280 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D6280 is #D29D7F. Grayscale: #555555. Windows color (decimal): -13802880 or 8413741. OLE color: 8413741.
HSL color Cylindrical-coordinate representation of color #2D6280: hue angle of 201.69º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2D6280 is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 45 | 98 | 128 | - |
| CMYK | 0.65 | 0.23 | 0 | 0.50 |
| HSL | 201.69º | 0.48% | 0.34% | - |
| HSV(B) | 201.69º | 0.65% | 0.5% | - |
| XYZ | 9.35 | 10.85 | 22.02 | - |
| YUV | 85.57 | 151.94 | 99.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 98 | 128 | 0.65 | 0.23 | 0 | 0.50 | 201.69 | 0.48 | 0.34 |
| Hex | 2D | 62 | 80 | 41 | 17 | 0 | 32 | CA | 30 | 22 |
| Octal | 55 | 142 | 200 | 101 | 27 | 0 | 62 | 312 | 60 | 42 |
| Binary | 101101 | 1100010 | 10000000 | 1000001 | 10111 | 0 | 110010 | 11001010 | 110000 | 100010 |
Color Harmonies of #2D6280
Complementary color
Monochromatic Colors of #2D6280
Black with #2D6280
Text Example
Text Example
White with #2D6280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6280; }
p { color: rgb(45,98,128); }
H1.HeaderClassName
{
color: #2D6280;
}
.AnyTagClassName
{
color: #2D6280;
}
</style>
background-color css
<style>
a { background-color: #2D6280; }
a { background-color: rgb(45,98,128); }
div.DivClassName
{
background-color: #2D6280;
}
.BgClassName
{
background-color: #2D6280;
}
</style>
border-color css
<style>
span { border-color: #2D6280; }
span { border-color: rgb(45,98,128); }
td.TdClassName
{
border-color: #2D6280;
}
.TagClassName
{
border-color: #2D6280;
}
</style>