Shades of Bahama Blue #255779
Tints of Bahama Blue #255779
RGB
CMYK
RGB Variations
Color information
#255779 (or 0x255779) is known color: Bahama Blue. HEX triplet: 25, 57 and 79. RGB value is (37,87,121). Sum of RGB (Red+Green+Blue) = 37+87+121=245 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.10% from 245); Green value is 87 (34.38% from 255 or 35.51% from 245); Blue value is 121 (47.66% from 255 or 49.39% from 245); Max value from RGB is 121 - color contains mainly: blue. Hex color #255779 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255779 is #DAA886. Grayscale: #4B4B4B. Windows color (decimal): -14329991 or 7952165. OLE color: 7952165.
HSL color Cylindrical-coordinate representation of color #255779: hue angle of 204.29º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #255779 is Cyan = 0.69, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 37 | 87 | 121 | - |
| CMYK | 0.69 | 0.28 | 0 | 0.53 |
| HSL | 204.29º | 0.53% | 0.31% | - |
| HSV(B) | 204.29º | 0.69% | 0.47% | - |
| XYZ | 7.62 | 8.59 | 19.35 | - |
| YUV | 75.93 | 153.44 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 87 | 121 | 0.69 | 0.28 | 0 | 0.53 | 204.29 | 0.53 | 0.31 |
| Hex | 25 | 57 | 79 | 45 | 1C | 0 | 35 | CC | 35 | 1F |
| Octal | 45 | 127 | 171 | 105 | 34 | 0 | 65 | 314 | 65 | 37 |
| Binary | 100101 | 1010111 | 1111001 | 1000101 | 11100 | 0 | 110101 | 11001100 | 110101 | 11111 |
Color Harmonies of #255779
Complementary color
Monochromatic Colors of #255779
Black with #255779
Text Example
Text Example
White with #255779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255779; }
p { color: rgb(37,87,121); }
H1.HeaderClassName
{
color: #255779;
}
.AnyTagClassName
{
color: #255779;
}
</style>
background-color css
<style>
a { background-color: #255779; }
a { background-color: rgb(37,87,121); }
div.DivClassName
{
background-color: #255779;
}
.BgClassName
{
background-color: #255779;
}
</style>
border-color css
<style>
span { border-color: #255779; }
span { border-color: rgb(37,87,121); }
td.TdClassName
{
border-color: #255779;
}
.TagClassName
{
border-color: #255779;
}
</style>