Shades of Bahama Blue #256487
Tints of Bahama Blue #256487
RGB
CMYK
RGB Variations
Color information
#256487 (or 0x256487) is known color: Bahama Blue. HEX triplet: 25, 64 and 87. RGB value is (37,100,135). Sum of RGB (Red+Green+Blue) = 37+100+135=272 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.60% from 272); Green value is 100 (39.45% from 255 or 36.76% from 272); Blue value is 135 (53.12% from 255 or 49.63% from 272); Max value from RGB is 135 - color contains mainly: blue. Hex color #256487 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256487 is #DA9B78. Grayscale: #545454. Windows color (decimal): -14326649 or 8872997. OLE color: 8872997.
HSL color Cylindrical-coordinate representation of color #256487: hue angle of 201.43º 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 #256487 is Cyan = 0.73, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 37 | 100 | 135 | - |
| CMYK | 0.73 | 0.26 | 0 | 0.47 |
| HSL | 201.43º | 0.57% | 0.34% | - |
| HSV(B) | 201.43º | 0.73% | 0.53% | - |
| XYZ | 9.69 | 11.26 | 24.58 | - |
| YUV | 85.15 | 156.13 | 93.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 100 | 135 | 0.73 | 0.26 | 0 | 0.47 | 201.43 | 0.57 | 0.34 |
| Hex | 25 | 64 | 87 | 49 | 1A | 0 | 2F | C9 | 39 | 22 |
| Octal | 45 | 144 | 207 | 111 | 32 | 0 | 57 | 311 | 71 | 42 |
| Binary | 100101 | 1100100 | 10000111 | 1001001 | 11010 | 0 | 101111 | 11001001 | 111001 | 100010 |
Color Harmonies of #256487
Complementary color
Monochromatic Colors of #256487
Black with #256487
Text Example
Text Example
White with #256487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256487; }
p { color: rgb(37,100,135); }
H1.HeaderClassName
{
color: #256487;
}
.AnyTagClassName
{
color: #256487;
}
</style>
background-color css
<style>
a { background-color: #256487; }
a { background-color: rgb(37,100,135); }
div.DivClassName
{
background-color: #256487;
}
.BgClassName
{
background-color: #256487;
}
</style>
border-color css
<style>
span { border-color: #256487; }
span { border-color: rgb(37,100,135); }
td.TdClassName
{
border-color: #256487;
}
.TagClassName
{
border-color: #256487;
}
</style>