Shades of Bahama Blue #255680
Tints of Bahama Blue #255680
RGB
CMYK
RGB Variations
Color information
#255680 (or 0x255680) is known color: Bahama Blue. HEX triplet: 25, 56 and 80. RGB value is (37,86,128). Sum of RGB (Red+Green+Blue) = 37+86+128=251 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.74% from 251); Green value is 86 (33.98% from 255 or 34.26% from 251); Blue value is 128 (50.39% from 255 or 51.00% from 251); Max value from RGB is 128 - color contains mainly: blue. Hex color #255680 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255680 is #DAA97F. Grayscale: #4B4B4B. Windows color (decimal): -14330240 or 8410661. OLE color: 8410661.
HSL color Cylindrical-coordinate representation of color #255680: hue angle of 207.69º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #255680 is Cyan = 0.71, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 37 | 86 | 128 | - |
| CMYK | 0.71 | 0.33 | 0 | 0.50 |
| HSL | 207.69º | 0.55% | 0.32% | - |
| HSV(B) | 207.69º | 0.71% | 0.5% | - |
| XYZ | 7.99 | 8.61 | 21.66 | - |
| YUV | 76.14 | 157.27 | 100.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 86 | 128 | 0.71 | 0.33 | 0 | 0.50 | 207.69 | 0.55 | 0.32 |
| Hex | 25 | 56 | 80 | 47 | 21 | 0 | 32 | D0 | 37 | 20 |
| Octal | 45 | 126 | 200 | 107 | 41 | 0 | 62 | 320 | 67 | 40 |
| Binary | 100101 | 1010110 | 10000000 | 1000111 | 100001 | 0 | 110010 | 11010000 | 110111 | 100000 |
Color Harmonies of #255680
Complementary color
Monochromatic Colors of #255680
Black with #255680
Text Example
Text Example
White with #255680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255680; }
p { color: rgb(37,86,128); }
H1.HeaderClassName
{
color: #255680;
}
.AnyTagClassName
{
color: #255680;
}
</style>
background-color css
<style>
a { background-color: #255680; }
a { background-color: rgb(37,86,128); }
div.DivClassName
{
background-color: #255680;
}
.BgClassName
{
background-color: #255680;
}
</style>
border-color css
<style>
span { border-color: #255680; }
span { border-color: rgb(37,86,128); }
td.TdClassName
{
border-color: #255680;
}
.TagClassName
{
border-color: #255680;
}
</style>