Shades of Bahama Blue #255B7D
Tints of Bahama Blue #255B7D
RGB
CMYK
RGB Variations
Color information
#255B7D (or 0x255B7D) is known color: Bahama Blue. HEX triplet: 25, 5B and 7D. RGB value is (37,91,125). Sum of RGB (Red+Green+Blue) = 37+91+125=253 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.62% from 253); Green value is 91 (35.94% from 255 or 35.97% from 253); Blue value is 125 (49.22% from 255 or 49.41% from 253); Max value from RGB is 125 - color contains mainly: blue. Hex color #255B7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255B7D is #DAA482. Grayscale: #4E4E4E. Windows color (decimal): -14328963 or 8215333. OLE color: 8215333.
HSL color Cylindrical-coordinate representation of color #255B7D: hue angle of 203.18º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #255B7D is Cyan = 0.70, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 37 | 91 | 125 | - |
| CMYK | 0.70 | 0.27 | 0 | 0.51 |
| HSL | 203.18º | 0.54% | 0.32% | - |
| HSV(B) | 203.18º | 0.7% | 0.49% | - |
| XYZ | 8.21 | 9.36 | 20.78 | - |
| YUV | 78.73 | 154.11 | 98.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 91 | 125 | 0.70 | 0.27 | 0 | 0.51 | 203.18 | 0.54 | 0.32 |
| Hex | 25 | 5B | 7D | 46 | 1B | 0 | 33 | CB | 36 | 20 |
| Octal | 45 | 133 | 175 | 106 | 33 | 0 | 63 | 313 | 66 | 40 |
| Binary | 100101 | 1011011 | 1111101 | 1000110 | 11011 | 0 | 110011 | 11001011 | 110110 | 100000 |
Color Harmonies of #255B7D
Complementary color
Monochromatic Colors of #255B7D
Black with #255B7D
Text Example
Text Example
White with #255B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255B7D; }
p { color: rgb(37,91,125); }
H1.HeaderClassName
{
color: #255B7D;
}
.AnyTagClassName
{
color: #255B7D;
}
</style>
background-color css
<style>
a { background-color: #255B7D; }
a { background-color: rgb(37,91,125); }
div.DivClassName
{
background-color: #255B7D;
}
.BgClassName
{
background-color: #255B7D;
}
</style>
border-color css
<style>
span { border-color: #255B7D; }
span { border-color: rgb(37,91,125); }
td.TdClassName
{
border-color: #255B7D;
}
.TagClassName
{
border-color: #255B7D;
}
</style>