Shades of Bahama Blue #256186
Tints of Bahama Blue #256186
RGB
CMYK
RGB Variations
Color information
#256186 (or 0x256186) is known color: Bahama Blue. HEX triplet: 25, 61 and 86. RGB value is (37,97,134). Sum of RGB (Red+Green+Blue) = 37+97+134=268 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.81% from 268); Green value is 97 (38.28% from 255 or 36.19% from 268); Blue value is 134 (52.73% from 255 or 50% from 268); Max value from RGB is 134 - color contains mainly: blue. Hex color #256186 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256186 is #DA9E79. Grayscale: #535353. Windows color (decimal): -14327418 or 8806693. OLE color: 8806693.
HSL color Cylindrical-coordinate representation of color #256186: hue angle of 202.89º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #256186 is Cyan = 0.72, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 37 | 97 | 134 | - |
| CMYK | 0.72 | 0.28 | 0 | 0.47 |
| HSL | 202.89º | 0.57% | 0.34% | - |
| HSV(B) | 202.89º | 0.72% | 0.53% | - |
| XYZ | 9.34 | 10.66 | 24.12 | - |
| YUV | 83.28 | 156.62 | 94.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 97 | 134 | 0.72 | 0.28 | 0 | 0.47 | 202.89 | 0.57 | 0.34 |
| Hex | 25 | 61 | 86 | 48 | 1C | 0 | 2F | CB | 39 | 22 |
| Octal | 45 | 141 | 206 | 110 | 34 | 0 | 57 | 313 | 71 | 42 |
| Binary | 100101 | 1100001 | 10000110 | 1001000 | 11100 | 0 | 101111 | 11001011 | 111001 | 100010 |
Color Harmonies of #256186
Complementary color
Monochromatic Colors of #256186
Black with #256186
Text Example
Text Example
White with #256186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256186; }
p { color: rgb(37,97,134); }
H1.HeaderClassName
{
color: #256186;
}
.AnyTagClassName
{
color: #256186;
}
</style>
background-color css
<style>
a { background-color: #256186; }
a { background-color: rgb(37,97,134); }
div.DivClassName
{
background-color: #256186;
}
.BgClassName
{
background-color: #256186;
}
</style>
border-color css
<style>
span { border-color: #256186; }
span { border-color: rgb(37,97,134); }
td.TdClassName
{
border-color: #256186;
}
.TagClassName
{
border-color: #256186;
}
</style>