Shades of Bahama Blue #255F88
Tints of Bahama Blue #255F88
RGB
CMYK
RGB Variations
Color information
#255F88 (or 0x255F88) is known color: Bahama Blue. HEX triplet: 25, 5F and 88. RGB value is (37,95,136). Sum of RGB (Red+Green+Blue) = 37+95+136=268 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.81% from 268); Green value is 95 (37.5% from 255 or 35.45% from 268); Blue value is 136 (53.52% from 255 or 50.75% from 268); Max value from RGB is 136 - color contains mainly: blue. Hex color #255F88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255F88 is #DAA077. Grayscale: #525252. Windows color (decimal): -14327928 or 8937253. OLE color: 8937253.
HSL color Cylindrical-coordinate representation of color #255F88: hue angle of 204.85º 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 #255F88 is Cyan = 0.73, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 37 | 95 | 136 | - |
| CMYK | 0.73 | 0.30 | 0 | 0.47 |
| HSL | 204.85º | 0.57% | 0.34% | - |
| HSV(B) | 204.85º | 0.73% | 0.53% | - |
| XYZ | 9.3 | 10.36 | 24.8 | - |
| YUV | 82.33 | 158.28 | 95.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 95 | 136 | 0.73 | 0.30 | 0 | 0.47 | 204.85 | 0.57 | 0.34 |
| Hex | 25 | 5F | 88 | 49 | 1E | 0 | 2F | CD | 39 | 22 |
| Octal | 45 | 137 | 210 | 111 | 36 | 0 | 57 | 315 | 71 | 42 |
| Binary | 100101 | 1011111 | 10001000 | 1001001 | 11110 | 0 | 101111 | 11001101 | 111001 | 100010 |
Color Harmonies of #255F88
Complementary color
Monochromatic Colors of #255F88
Black with #255F88
Text Example
Text Example
White with #255F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255F88; }
p { color: rgb(37,95,136); }
H1.HeaderClassName
{
color: #255F88;
}
.AnyTagClassName
{
color: #255F88;
}
</style>
background-color css
<style>
a { background-color: #255F88; }
a { background-color: rgb(37,95,136); }
div.DivClassName
{
background-color: #255F88;
}
.BgClassName
{
background-color: #255F88;
}
</style>
border-color css
<style>
span { border-color: #255F88; }
span { border-color: rgb(37,95,136); }
td.TdClassName
{
border-color: #255F88;
}
.TagClassName
{
border-color: #255F88;
}
</style>