Shades of Bahama Blue #255983
Tints of Bahama Blue #255983
RGB
CMYK
RGB Variations
Color information
#255983 (or 0x255983) is known color: Bahama Blue. HEX triplet: 25, 59 and 83. RGB value is (37,89,131). Sum of RGB (Red+Green+Blue) = 37+89+131=257 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.40% from 257); Green value is 89 (35.16% from 255 or 34.63% from 257); Blue value is 131 (51.56% from 255 or 50.97% from 257); Max value from RGB is 131 - color contains mainly: blue. Hex color #255983 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255983 is #DAA67C. Grayscale: #4E4E4E. Windows color (decimal): -14329469 or 8608037. OLE color: 8608037.
HSL color Cylindrical-coordinate representation of color #255983: hue angle of 206.81º 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 #255983 is Cyan = 0.72, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 37 | 89 | 131 | - |
| CMYK | 0.72 | 0.32 | 0 | 0.49 |
| HSL | 206.81º | 0.56% | 0.33% | - |
| HSV(B) | 206.81º | 0.72% | 0.51% | - |
| XYZ | 8.43 | 9.18 | 22.8 | - |
| YUV | 78.24 | 157.77 | 98.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 89 | 131 | 0.72 | 0.32 | 0 | 0.49 | 206.81 | 0.56 | 0.33 |
| Hex | 25 | 59 | 83 | 48 | 20 | 0 | 31 | CF | 38 | 21 |
| Octal | 45 | 131 | 203 | 110 | 40 | 0 | 61 | 317 | 70 | 41 |
| Binary | 100101 | 1011001 | 10000011 | 1001000 | 100000 | 0 | 110001 | 11001111 | 111000 | 100001 |
Color Harmonies of #255983
Complementary color
Monochromatic Colors of #255983
Black with #255983
Text Example
Text Example
White with #255983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255983; }
p { color: rgb(37,89,131); }
H1.HeaderClassName
{
color: #255983;
}
.AnyTagClassName
{
color: #255983;
}
</style>
background-color css
<style>
a { background-color: #255983; }
a { background-color: rgb(37,89,131); }
div.DivClassName
{
background-color: #255983;
}
.BgClassName
{
background-color: #255983;
}
</style>
border-color css
<style>
span { border-color: #255983; }
span { border-color: rgb(37,89,131); }
td.TdClassName
{
border-color: #255983;
}
.TagClassName
{
border-color: #255983;
}
</style>