Shades of Bahama Blue #256588
Tints of Bahama Blue #256588
RGB
CMYK
RGB Variations
Color information
#256588 (or 0x256588) is known color: Bahama Blue. HEX triplet: 25, 65 and 88. RGB value is (37,101,136). Sum of RGB (Red+Green+Blue) = 37+101+136=274 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.50% from 274); Green value is 101 (39.84% from 255 or 36.86% from 274); Blue value is 136 (53.52% from 255 or 49.64% from 274); Max value from RGB is 136 - color contains mainly: blue. Hex color #256588 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256588 is #DA9A77. Grayscale: #555555. Windows color (decimal): -14326392 or 8938789. OLE color: 8938789.
HSL color Cylindrical-coordinate representation of color #256588: hue angle of 201.21º 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 #256588 is Cyan = 0.73, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 37 | 101 | 136 | - |
| CMYK | 0.73 | 0.26 | 0 | 0.47 |
| HSL | 201.21º | 0.57% | 0.34% | - |
| HSV(B) | 201.21º | 0.73% | 0.53% | - |
| XYZ | 9.86 | 11.48 | 24.99 | - |
| YUV | 85.85 | 156.3 | 93.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 101 | 136 | 0.73 | 0.26 | 0 | 0.47 | 201.21 | 0.57 | 0.34 |
| Hex | 25 | 65 | 88 | 49 | 1A | 0 | 2F | C9 | 39 | 22 |
| Octal | 45 | 145 | 210 | 111 | 32 | 0 | 57 | 311 | 71 | 42 |
| Binary | 100101 | 1100101 | 10001000 | 1001001 | 11010 | 0 | 101111 | 11001001 | 111001 | 100010 |
Color Harmonies of #256588
Complementary color
Monochromatic Colors of #256588
Black with #256588
Text Example
Text Example
White with #256588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256588; }
p { color: rgb(37,101,136); }
H1.HeaderClassName
{
color: #256588;
}
.AnyTagClassName
{
color: #256588;
}
</style>
background-color css
<style>
a { background-color: #256588; }
a { background-color: rgb(37,101,136); }
div.DivClassName
{
background-color: #256588;
}
.BgClassName
{
background-color: #256588;
}
</style>
border-color css
<style>
span { border-color: #256588; }
span { border-color: rgb(37,101,136); }
td.TdClassName
{
border-color: #256588;
}
.TagClassName
{
border-color: #256588;
}
</style>