Shades of Bahama Blue #255A81
Tints of Bahama Blue #255A81
RGB
CMYK
RGB Variations
Color information
#255A81 (or 0x255A81) is known color: Bahama Blue. HEX triplet: 25, 5A and 81. RGB value is (37,90,129). Sum of RGB (Red+Green+Blue) = 37+90+129=256 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.45% from 256); Green value is 90 (35.55% from 255 or 35.16% from 256); Blue value is 129 (50.78% from 255 or 50.39% from 256); Max value from RGB is 129 - color contains mainly: blue. Hex color #255A81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255A81 is #DAA57E. Grayscale: #4E4E4E. Windows color (decimal): -14329215 or 8477221. OLE color: 8477221.
HSL color Cylindrical-coordinate representation of color #255A81: hue angle of 205.43º 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 #255A81 is Cyan = 0.71, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 37 | 90 | 129 | - |
| CMYK | 0.71 | 0.30 | 0 | 0.49 |
| HSL | 205.43º | 0.55% | 0.33% | - |
| HSV(B) | 205.43º | 0.71% | 0.51% | - |
| XYZ | 8.38 | 9.29 | 22.12 | - |
| YUV | 78.6 | 156.44 | 98.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 90 | 129 | 0.71 | 0.30 | 0 | 0.49 | 205.43 | 0.55 | 0.33 |
| Hex | 25 | 5A | 81 | 47 | 1E | 0 | 31 | CD | 37 | 21 |
| Octal | 45 | 132 | 201 | 107 | 36 | 0 | 61 | 315 | 67 | 41 |
| Binary | 100101 | 1011010 | 10000001 | 1000111 | 11110 | 0 | 110001 | 11001101 | 110111 | 100001 |
Color Harmonies of #255A81
Complementary color
Monochromatic Colors of #255A81
Black with #255A81
Text Example
Text Example
White with #255A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255A81; }
p { color: rgb(37,90,129); }
H1.HeaderClassName
{
color: #255A81;
}
.AnyTagClassName
{
color: #255A81;
}
</style>
background-color css
<style>
a { background-color: #255A81; }
a { background-color: rgb(37,90,129); }
div.DivClassName
{
background-color: #255A81;
}
.BgClassName
{
background-color: #255A81;
}
</style>
border-color css
<style>
span { border-color: #255A81; }
span { border-color: rgb(37,90,129); }
td.TdClassName
{
border-color: #255A81;
}
.TagClassName
{
border-color: #255A81;
}
</style>