Shades of Bahama Blue #255885
Tints of Bahama Blue #255885
RGB
CMYK
RGB Variations
Color information
#255885 (or 0x255885) is known color: Bahama Blue. HEX triplet: 25, 58 and 85. RGB value is (37,88,133). Sum of RGB (Red+Green+Blue) = 37+88+133=258 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.34% from 258); Green value is 88 (34.77% from 255 or 34.11% from 258); Blue value is 133 (52.34% from 255 or 51.55% from 258); Max value from RGB is 133 - color contains mainly: blue. Hex color #255885 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255885 is #DAA77A. Grayscale: #4D4D4D. Windows color (decimal): -14329723 or 8738853. OLE color: 8738853.
HSL color Cylindrical-coordinate representation of color #255885: hue angle of 208.12º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #255885 is Cyan = 0.72, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 37 | 88 | 133 | - |
| CMYK | 0.72 | 0.34 | 0 | 0.48 |
| HSL | 208.13º | 0.56% | 0.33% | - |
| HSV(B) | 208.13º | 0.72% | 0.52% | - |
| XYZ | 8.49 | 9.07 | 23.49 | - |
| YUV | 77.88 | 159.1 | 98.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 88 | 133 | 0.72 | 0.34 | 0 | 0.48 | 208.13 | 0.56 | 0.33 |
| Hex | 25 | 58 | 85 | 48 | 22 | 0 | 30 | D0 | 38 | 21 |
| Octal | 45 | 130 | 205 | 110 | 42 | 0 | 60 | 320 | 70 | 41 |
| Binary | 100101 | 1011000 | 10000101 | 1001000 | 100010 | 0 | 110000 | 11010000 | 111000 | 100001 |
Color Harmonies of #255885
Complementary color
Monochromatic Colors of #255885
Black with #255885
Text Example
Text Example
White with #255885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255885; }
p { color: rgb(37,88,133); }
H1.HeaderClassName
{
color: #255885;
}
.AnyTagClassName
{
color: #255885;
}
</style>
background-color css
<style>
a { background-color: #255885; }
a { background-color: rgb(37,88,133); }
div.DivClassName
{
background-color: #255885;
}
.BgClassName
{
background-color: #255885;
}
</style>
border-color css
<style>
span { border-color: #255885; }
span { border-color: rgb(37,88,133); }
td.TdClassName
{
border-color: #255885;
}
.TagClassName
{
border-color: #255885;
}
</style>