Shades of Bahama Blue #256287
Tints of Bahama Blue #256287
RGB
CMYK
RGB Variations
Color information
#256287 (or 0x256287) is known color: Bahama Blue. HEX triplet: 25, 62 and 87. RGB value is (37,98,135). Sum of RGB (Red+Green+Blue) = 37+98+135=270 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.70% from 270); Green value is 98 (38.67% from 255 or 36.30% from 270); Blue value is 135 (53.12% from 255 or 50% from 270); Max value from RGB is 135 - color contains mainly: blue. Hex color #256287 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256287 is #DA9D78. Grayscale: #535353. Windows color (decimal): -14327161 or 8872485. OLE color: 8872485.
HSL color Cylindrical-coordinate representation of color #256287: hue angle of 202.65º 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 #256287 is Cyan = 0.73, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 37 | 98 | 135 | - |
| CMYK | 0.73 | 0.27 | 0 | 0.47 |
| HSL | 202.65º | 0.57% | 0.34% | - |
| HSV(B) | 202.65º | 0.73% | 0.53% | - |
| XYZ | 9.5 | 10.88 | 24.52 | - |
| YUV | 83.98 | 156.79 | 94.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 98 | 135 | 0.73 | 0.27 | 0 | 0.47 | 202.65 | 0.57 | 0.34 |
| Hex | 25 | 62 | 87 | 49 | 1B | 0 | 2F | CB | 39 | 22 |
| Octal | 45 | 142 | 207 | 111 | 33 | 0 | 57 | 313 | 71 | 42 |
| Binary | 100101 | 1100010 | 10000111 | 1001001 | 11011 | 0 | 101111 | 11001011 | 111001 | 100010 |
Color Harmonies of #256287
Complementary color
Monochromatic Colors of #256287
Black with #256287
Text Example
Text Example
White with #256287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256287; }
p { color: rgb(37,98,135); }
H1.HeaderClassName
{
color: #256287;
}
.AnyTagClassName
{
color: #256287;
}
</style>
background-color css
<style>
a { background-color: #256287; }
a { background-color: rgb(37,98,135); }
div.DivClassName
{
background-color: #256287;
}
.BgClassName
{
background-color: #256287;
}
</style>
border-color css
<style>
span { border-color: #256287; }
span { border-color: rgb(37,98,135); }
td.TdClassName
{
border-color: #256287;
}
.TagClassName
{
border-color: #256287;
}
</style>