Shades of Bahama Blue #255D81
Tints of Bahama Blue #255D81
RGB
CMYK
RGB Variations
Color information
#255D81 (or 0x255D81) is known color: Bahama Blue. HEX triplet: 25, 5D and 81. RGB value is (37,93,129). Sum of RGB (Red+Green+Blue) = 37+93+129=259 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.29% from 259); Green value is 93 (36.72% from 255 or 35.91% from 259); Blue value is 129 (50.78% from 255 or 49.81% from 259); Max value from RGB is 129 - color contains mainly: blue. Hex color #255D81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255D81 is #DAA27E. Grayscale: #505050. Windows color (decimal): -14328447 or 8477989. OLE color: 8477989.
HSL color Cylindrical-coordinate representation of color #255D81: hue angle of 203.48º 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 #255D81 is Cyan = 0.71, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 37 | 93 | 129 | - |
| CMYK | 0.71 | 0.28 | 0 | 0.49 |
| HSL | 203.48º | 0.55% | 0.33% | - |
| HSV(B) | 203.48º | 0.71% | 0.51% | - |
| XYZ | 8.64 | 9.81 | 22.21 | - |
| YUV | 80.36 | 155.45 | 97.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 93 | 129 | 0.71 | 0.28 | 0 | 0.49 | 203.48 | 0.55 | 0.33 |
| Hex | 25 | 5D | 81 | 47 | 1C | 0 | 31 | CB | 37 | 21 |
| Octal | 45 | 135 | 201 | 107 | 34 | 0 | 61 | 313 | 67 | 41 |
| Binary | 100101 | 1011101 | 10000001 | 1000111 | 11100 | 0 | 110001 | 11001011 | 110111 | 100001 |
Color Harmonies of #255D81
Complementary color
Monochromatic Colors of #255D81
Black with #255D81
Text Example
Text Example
White with #255D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255D81; }
p { color: rgb(37,93,129); }
H1.HeaderClassName
{
color: #255D81;
}
.AnyTagClassName
{
color: #255D81;
}
</style>
background-color css
<style>
a { background-color: #255D81; }
a { background-color: rgb(37,93,129); }
div.DivClassName
{
background-color: #255D81;
}
.BgClassName
{
background-color: #255D81;
}
</style>
border-color css
<style>
span { border-color: #255D81; }
span { border-color: rgb(37,93,129); }
td.TdClassName
{
border-color: #255D81;
}
.TagClassName
{
border-color: #255D81;
}
</style>