Shades of Bahama Blue #25557A
Tints of Bahama Blue #25557A
RGB
CMYK
RGB Variations
Color information
#25557A (or 0x25557A) is known color: Bahama Blue. HEX triplet: 25, 55 and 7A. RGB value is (37,85,122). Sum of RGB (Red+Green+Blue) = 37+85+122=244 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.16% from 244); Green value is 85 (33.59% from 255 or 34.84% from 244); Blue value is 122 (48.05% from 255 or 50% from 244); Max value from RGB is 122 - color contains mainly: blue. Hex color #25557A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25557A is #DAAA85. Grayscale: #4A4A4A. Windows color (decimal): -14330502 or 8017189. OLE color: 8017189.
HSL color Cylindrical-coordinate representation of color #25557A: hue angle of 206.12º degrees, saturation: 0.53, 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 #25557A is Cyan = 0.70, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 37 | 85 | 122 | - |
| CMYK | 0.70 | 0.30 | 0 | 0.52 |
| HSL | 206.12º | 0.53% | 0.31% | - |
| HSV(B) | 206.12º | 0.7% | 0.48% | - |
| XYZ | 7.52 | 8.3 | 19.62 | - |
| YUV | 74.87 | 154.6 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 85 | 122 | 0.70 | 0.30 | 0 | 0.52 | 206.12 | 0.53 | 0.31 |
| Hex | 25 | 55 | 7A | 46 | 1E | 0 | 34 | CE | 35 | 1F |
| Octal | 45 | 125 | 172 | 106 | 36 | 0 | 64 | 316 | 65 | 37 |
| Binary | 100101 | 1010101 | 1111010 | 1000110 | 11110 | 0 | 110100 | 11001110 | 110101 | 11111 |
Color Harmonies of #25557A
Complementary color
Monochromatic Colors of #25557A
Black with #25557A
Text Example
Text Example
White with #25557A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25557A; }
p { color: rgb(37,85,122); }
H1.HeaderClassName
{
color: #25557A;
}
.AnyTagClassName
{
color: #25557A;
}
</style>
background-color css
<style>
a { background-color: #25557A; }
a { background-color: rgb(37,85,122); }
div.DivClassName
{
background-color: #25557A;
}
.BgClassName
{
background-color: #25557A;
}
</style>
border-color css
<style>
span { border-color: #25557A; }
span { border-color: rgb(37,85,122); }
td.TdClassName
{
border-color: #25557A;
}
.TagClassName
{
border-color: #25557A;
}
</style>