Shades of Bahama Blue #255D7E
Tints of Bahama Blue #255D7E
RGB
CMYK
RGB Variations
Color information
#255D7E (or 0x255D7E) is known color: Bahama Blue. HEX triplet: 25, 5D and 7E. RGB value is (37,93,126). Sum of RGB (Red+Green+Blue) = 37+93+126=256 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.45% from 256); Green value is 93 (36.72% from 255 or 36.33% from 256); Blue value is 126 (49.61% from 255 or 49.22% from 256); Max value from RGB is 126 - color contains mainly: blue. Hex color #255D7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255D7E is #DAA281. Grayscale: #4F4F4F. Windows color (decimal): -14328450 or 8281381. OLE color: 8281381.
HSL color Cylindrical-coordinate representation of color #255D7E: hue angle of 202.25º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #255D7E is Cyan = 0.71, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 37 | 93 | 126 | - |
| CMYK | 0.71 | 0.26 | 0 | 0.51 |
| HSL | 202.25º | 0.55% | 0.32% | - |
| HSV(B) | 202.25º | 0.71% | 0.49% | - |
| XYZ | 8.44 | 9.73 | 21.17 | - |
| YUV | 80.02 | 153.95 | 97.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 93 | 126 | 0.71 | 0.26 | 0 | 0.51 | 202.25 | 0.55 | 0.32 |
| Hex | 25 | 5D | 7E | 47 | 1A | 0 | 33 | CA | 37 | 20 |
| Octal | 45 | 135 | 176 | 107 | 32 | 0 | 63 | 312 | 67 | 40 |
| Binary | 100101 | 1011101 | 1111110 | 1000111 | 11010 | 0 | 110011 | 11001010 | 110111 | 100000 |
Color Harmonies of #255D7E
Complementary color
Monochromatic Colors of #255D7E
Black with #255D7E
Text Example
Text Example
White with #255D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255D7E; }
p { color: rgb(37,93,126); }
H1.HeaderClassName
{
color: #255D7E;
}
.AnyTagClassName
{
color: #255D7E;
}
</style>
background-color css
<style>
a { background-color: #255D7E; }
a { background-color: rgb(37,93,126); }
div.DivClassName
{
background-color: #255D7E;
}
.BgClassName
{
background-color: #255D7E;
}
</style>
border-color css
<style>
span { border-color: #255D7E; }
span { border-color: rgb(37,93,126); }
td.TdClassName
{
border-color: #255D7E;
}
.TagClassName
{
border-color: #255D7E;
}
</style>