Shades of Bahama Blue #25557C
Tints of Bahama Blue #25557C
RGB
CMYK
RGB Variations
Color information
#25557C (or 0x25557C) is known color: Bahama Blue. HEX triplet: 25, 55 and 7C. RGB value is (37,85,124). Sum of RGB (Red+Green+Blue) = 37+85+124=246 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.04% from 246); Green value is 85 (33.59% from 255 or 34.55% from 246); Blue value is 124 (48.83% from 255 or 50.41% from 246); Max value from RGB is 124 - color contains mainly: blue. Hex color #25557C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25557C is #DAAA83. Grayscale: #4A4A4A. Windows color (decimal): -14330500 or 8148261. OLE color: 8148261.
HSL color Cylindrical-coordinate representation of color #25557C: hue angle of 206.9º 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 #25557C is Cyan = 0.70, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 37 | 85 | 124 | - |
| CMYK | 0.70 | 0.31 | 0 | 0.51 |
| HSL | 206.9º | 0.54% | 0.32% | - |
| HSV(B) | 206.9º | 0.7% | 0.49% | - |
| XYZ | 7.65 | 8.35 | 20.28 | - |
| YUV | 75.09 | 155.6 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 85 | 124 | 0.70 | 0.31 | 0 | 0.51 | 206.9 | 0.54 | 0.32 |
| Hex | 25 | 55 | 7C | 46 | 1F | 0 | 33 | CF | 36 | 20 |
| Octal | 45 | 125 | 174 | 106 | 37 | 0 | 63 | 317 | 66 | 40 |
| Binary | 100101 | 1010101 | 1111100 | 1000110 | 11111 | 0 | 110011 | 11001111 | 110110 | 100000 |
Color Harmonies of #25557C
Complementary color
Monochromatic Colors of #25557C
Black with #25557C
Text Example
Text Example
White with #25557C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25557C; }
p { color: rgb(37,85,124); }
H1.HeaderClassName
{
color: #25557C;
}
.AnyTagClassName
{
color: #25557C;
}
</style>
background-color css
<style>
a { background-color: #25557C; }
a { background-color: rgb(37,85,124); }
div.DivClassName
{
background-color: #25557C;
}
.BgClassName
{
background-color: #25557C;
}
</style>
border-color css
<style>
span { border-color: #25557C; }
span { border-color: rgb(37,85,124); }
td.TdClassName
{
border-color: #25557C;
}
.TagClassName
{
border-color: #25557C;
}
</style>