Shades of Bahama Blue #25557B
Tints of Bahama Blue #25557B
RGB
CMYK
RGB Variations
Color information
#25557B (or 0x25557B) is known color: Bahama Blue. HEX triplet: 25, 55 and 7B. RGB value is (37,85,123). Sum of RGB (Red+Green+Blue) = 37+85+123=245 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.10% from 245); Green value is 85 (33.59% from 255 or 34.69% from 245); Blue value is 123 (48.44% from 255 or 50.20% from 245); Max value from RGB is 123 - color contains mainly: blue. Hex color #25557B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25557B is #DAAA84. Grayscale: #4A4A4A. Windows color (decimal): -14330501 or 8082725. OLE color: 8082725.
HSL color Cylindrical-coordinate representation of color #25557B: hue angle of 206.51º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #25557B is Cyan = 0.70, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 37 | 85 | 123 | - |
| CMYK | 0.70 | 0.31 | 0 | 0.52 |
| HSL | 206.51º | 0.54% | 0.31% | - |
| HSV(B) | 206.51º | 0.7% | 0.48% | - |
| XYZ | 7.59 | 8.32 | 19.95 | - |
| YUV | 74.98 | 155.1 | 100.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 85 | 123 | 0.70 | 0.31 | 0 | 0.52 | 206.51 | 0.54 | 0.31 |
| Hex | 25 | 55 | 7B | 46 | 1F | 0 | 34 | CF | 36 | 1F |
| Octal | 45 | 125 | 173 | 106 | 37 | 0 | 64 | 317 | 66 | 37 |
| Binary | 100101 | 1010101 | 1111011 | 1000110 | 11111 | 0 | 110100 | 11001111 | 110110 | 11111 |
Color Harmonies of #25557B
Complementary color
Monochromatic Colors of #25557B
Black with #25557B
Text Example
Text Example
White with #25557B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25557B; }
p { color: rgb(37,85,123); }
H1.HeaderClassName
{
color: #25557B;
}
.AnyTagClassName
{
color: #25557B;
}
</style>
background-color css
<style>
a { background-color: #25557B; }
a { background-color: rgb(37,85,123); }
div.DivClassName
{
background-color: #25557B;
}
.BgClassName
{
background-color: #25557B;
}
</style>
border-color css
<style>
span { border-color: #25557B; }
span { border-color: rgb(37,85,123); }
td.TdClassName
{
border-color: #25557B;
}
.TagClassName
{
border-color: #25557B;
}
</style>