Shades of Bahama Blue #256187
Tints of Bahama Blue #256187
RGB
CMYK
RGB Variations
Color information
#256187 (or 0x256187) is known color: Bahama Blue. HEX triplet: 25, 61 and 87. RGB value is (37,97,135). Sum of RGB (Red+Green+Blue) = 37+97+135=269 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.75% from 269); Green value is 97 (38.28% from 255 or 36.06% from 269); Blue value is 135 (53.12% from 255 or 50.19% from 269); Max value from RGB is 135 - color contains mainly: blue. Hex color #256187 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256187 is #DA9E78. Grayscale: #535353. Windows color (decimal): -14327417 or 8872229. OLE color: 8872229.
HSL color Cylindrical-coordinate representation of color #256187: hue angle of 203.27º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #256187 is Cyan = 0.73, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 37 | 97 | 135 | - |
| CMYK | 0.73 | 0.28 | 0 | 0.47 |
| HSL | 203.27º | 0.57% | 0.34% | - |
| HSV(B) | 203.27º | 0.73% | 0.53% | - |
| XYZ | 9.41 | 10.69 | 24.49 | - |
| YUV | 83.39 | 157.12 | 94.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 97 | 135 | 0.73 | 0.28 | 0 | 0.47 | 203.27 | 0.57 | 0.34 |
| Hex | 25 | 61 | 87 | 49 | 1C | 0 | 2F | CB | 39 | 22 |
| Octal | 45 | 141 | 207 | 111 | 34 | 0 | 57 | 313 | 71 | 42 |
| Binary | 100101 | 1100001 | 10000111 | 1001001 | 11100 | 0 | 101111 | 11001011 | 111001 | 100010 |
Color Harmonies of #256187
Complementary color
Monochromatic Colors of #256187
Black with #256187
Text Example
Text Example
White with #256187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256187; }
p { color: rgb(37,97,135); }
H1.HeaderClassName
{
color: #256187;
}
.AnyTagClassName
{
color: #256187;
}
</style>
background-color css
<style>
a { background-color: #256187; }
a { background-color: rgb(37,97,135); }
div.DivClassName
{
background-color: #256187;
}
.BgClassName
{
background-color: #256187;
}
</style>
border-color css
<style>
span { border-color: #256187; }
span { border-color: rgb(37,97,135); }
td.TdClassName
{
border-color: #256187;
}
.TagClassName
{
border-color: #256187;
}
</style>