Shades of Bahama Blue #255881
Tints of Bahama Blue #255881
RGB
CMYK
RGB Variations
Color information
#255881 (or 0x255881) is known color: Bahama Blue. HEX triplet: 25, 58 and 81. RGB value is (37,88,129). Sum of RGB (Red+Green+Blue) = 37+88+129=254 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.57% from 254); Green value is 88 (34.77% from 255 or 34.65% from 254); Blue value is 129 (50.78% from 255 or 50.79% from 254); Max value from RGB is 129 - color contains mainly: blue. Hex color #255881 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255881 is #DAA77E. Grayscale: #4D4D4D. Windows color (decimal): -14329727 or 8476709. OLE color: 8476709.
HSL color Cylindrical-coordinate representation of color #255881: hue angle of 206.74º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #255881 is Cyan = 0.71, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 37 | 88 | 129 | - |
| CMYK | 0.71 | 0.32 | 0 | 0.49 |
| HSL | 206.74º | 0.55% | 0.33% | - |
| HSV(B) | 206.74º | 0.71% | 0.51% | - |
| XYZ | 8.22 | 8.96 | 22.06 | - |
| YUV | 77.43 | 157.1 | 99.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 88 | 129 | 0.71 | 0.32 | 0 | 0.49 | 206.74 | 0.55 | 0.33 |
| Hex | 25 | 58 | 81 | 47 | 20 | 0 | 31 | CF | 37 | 21 |
| Octal | 45 | 130 | 201 | 107 | 40 | 0 | 61 | 317 | 67 | 41 |
| Binary | 100101 | 1011000 | 10000001 | 1000111 | 100000 | 0 | 110001 | 11001111 | 110111 | 100001 |
Color Harmonies of #255881
Complementary color
Monochromatic Colors of #255881
Black with #255881
Text Example
Text Example
White with #255881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255881; }
p { color: rgb(37,88,129); }
H1.HeaderClassName
{
color: #255881;
}
.AnyTagClassName
{
color: #255881;
}
</style>
background-color css
<style>
a { background-color: #255881; }
a { background-color: rgb(37,88,129); }
div.DivClassName
{
background-color: #255881;
}
.BgClassName
{
background-color: #255881;
}
</style>
border-color css
<style>
span { border-color: #255881; }
span { border-color: rgb(37,88,129); }
td.TdClassName
{
border-color: #255881;
}
.TagClassName
{
border-color: #255881;
}
</style>