Shades of Bahama Blue #255882
Tints of Bahama Blue #255882
RGB
CMYK
RGB Variations
Color information
#255882 (or 0x255882) is known color: Bahama Blue. HEX triplet: 25, 58 and 82. RGB value is (37,88,130). Sum of RGB (Red+Green+Blue) = 37+88+130=255 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.51% from 255); Green value is 88 (34.77% from 255 or 34.51% from 255); Blue value is 130 (51.17% from 255 or 50.98% from 255); Max value from RGB is 130 - color contains mainly: blue. Hex color #255882 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255882 is #DAA77D. Grayscale: #4D4D4D. Windows color (decimal): -14329726 or 8542245. OLE color: 8542245.
HSL color Cylindrical-coordinate representation of color #255882: hue angle of 207.1º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #255882 is Cyan = 0.72, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 37 | 88 | 130 | - |
| CMYK | 0.72 | 0.32 | 0 | 0.49 |
| HSL | 207.1º | 0.56% | 0.33% | - |
| HSV(B) | 207.1º | 0.72% | 0.51% | - |
| XYZ | 8.28 | 8.98 | 22.42 | - |
| YUV | 77.54 | 157.6 | 99.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 88 | 130 | 0.72 | 0.32 | 0 | 0.49 | 207.1 | 0.56 | 0.33 |
| Hex | 25 | 58 | 82 | 48 | 20 | 0 | 31 | CF | 38 | 21 |
| Octal | 45 | 130 | 202 | 110 | 40 | 0 | 61 | 317 | 70 | 41 |
| Binary | 100101 | 1011000 | 10000010 | 1001000 | 100000 | 0 | 110001 | 11001111 | 111000 | 100001 |
Color Harmonies of #255882
Complementary color
Monochromatic Colors of #255882
Black with #255882
Text Example
Text Example
White with #255882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255882; }
p { color: rgb(37,88,130); }
H1.HeaderClassName
{
color: #255882;
}
.AnyTagClassName
{
color: #255882;
}
</style>
background-color css
<style>
a { background-color: #255882; }
a { background-color: rgb(37,88,130); }
div.DivClassName
{
background-color: #255882;
}
.BgClassName
{
background-color: #255882;
}
</style>
border-color css
<style>
span { border-color: #255882; }
span { border-color: rgb(37,88,130); }
td.TdClassName
{
border-color: #255882;
}
.TagClassName
{
border-color: #255882;
}
</style>