Shades of Bahama Blue #256587
Tints of Bahama Blue #256587
RGB
CMYK
RGB Variations
Color information
#256587 (or 0x256587) is known color: Bahama Blue. HEX triplet: 25, 65 and 87. RGB value is (37,101,135). Sum of RGB (Red+Green+Blue) = 37+101+135=273 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.55% from 273); Green value is 101 (39.84% from 255 or 37.00% from 273); Blue value is 135 (53.12% from 255 or 49.45% from 273); Max value from RGB is 135 - color contains mainly: blue. Hex color #256587 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256587 is #DA9A78. Grayscale: #555555. Windows color (decimal): -14326393 or 8873253. OLE color: 8873253.
HSL color Cylindrical-coordinate representation of color #256587: hue angle of 200.82º 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 #256587 is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 37 | 101 | 135 | - |
| CMYK | 0.73 | 0.25 | 0 | 0.47 |
| HSL | 200.82º | 0.57% | 0.34% | - |
| HSV(B) | 200.82º | 0.73% | 0.53% | - |
| XYZ | 9.79 | 11.45 | 24.62 | - |
| YUV | 85.74 | 155.8 | 93.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 101 | 135 | 0.73 | 0.25 | 0 | 0.47 | 200.82 | 0.57 | 0.34 |
| Hex | 25 | 65 | 87 | 49 | 19 | 0 | 2F | C9 | 39 | 22 |
| Octal | 45 | 145 | 207 | 111 | 31 | 0 | 57 | 311 | 71 | 42 |
| Binary | 100101 | 1100101 | 10000111 | 1001001 | 11001 | 0 | 101111 | 11001001 | 111001 | 100010 |
Color Harmonies of #256587
Complementary color
Monochromatic Colors of #256587
Black with #256587
Text Example
Text Example
White with #256587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256587; }
p { color: rgb(37,101,135); }
H1.HeaderClassName
{
color: #256587;
}
.AnyTagClassName
{
color: #256587;
}
</style>
background-color css
<style>
a { background-color: #256587; }
a { background-color: rgb(37,101,135); }
div.DivClassName
{
background-color: #256587;
}
.BgClassName
{
background-color: #256587;
}
</style>
border-color css
<style>
span { border-color: #256587; }
span { border-color: rgb(37,101,135); }
td.TdClassName
{
border-color: #256587;
}
.TagClassName
{
border-color: #256587;
}
</style>