Shades of Bahama Blue #25577D
Tints of Bahama Blue #25577D
RGB
CMYK
RGB Variations
Color information
#25577D (or 0x25577D) is known color: Bahama Blue. HEX triplet: 25, 57 and 7D. RGB value is (37,87,125). Sum of RGB (Red+Green+Blue) = 37+87+125=249 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.86% from 249); Green value is 87 (34.38% from 255 or 34.94% from 249); Blue value is 125 (49.22% from 255 or 50.20% from 249); Max value from RGB is 125 - color contains mainly: blue. Hex color #25577D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25577D is #DAA882. Grayscale: #4C4C4C. Windows color (decimal): -14329987 or 8214309. OLE color: 8214309.
HSL color Cylindrical-coordinate representation of color #25577D: hue angle of 205.91º 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 #25577D is Cyan = 0.70, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 37 | 87 | 125 | - |
| CMYK | 0.70 | 0.30 | 0 | 0.51 |
| HSL | 205.91º | 0.54% | 0.32% | - |
| HSV(B) | 205.91º | 0.7% | 0.49% | - |
| XYZ | 7.87 | 8.69 | 20.66 | - |
| YUV | 76.38 | 155.44 | 99.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 87 | 125 | 0.70 | 0.30 | 0 | 0.51 | 205.91 | 0.54 | 0.32 |
| Hex | 25 | 57 | 7D | 46 | 1E | 0 | 33 | CE | 36 | 20 |
| Octal | 45 | 127 | 175 | 106 | 36 | 0 | 63 | 316 | 66 | 40 |
| Binary | 100101 | 1010111 | 1111101 | 1000110 | 11110 | 0 | 110011 | 11001110 | 110110 | 100000 |
Color Harmonies of #25577D
Complementary color
Monochromatic Colors of #25577D
Black with #25577D
Text Example
Text Example
White with #25577D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25577D; }
p { color: rgb(37,87,125); }
H1.HeaderClassName
{
color: #25577D;
}
.AnyTagClassName
{
color: #25577D;
}
</style>
background-color css
<style>
a { background-color: #25577D; }
a { background-color: rgb(37,87,125); }
div.DivClassName
{
background-color: #25577D;
}
.BgClassName
{
background-color: #25577D;
}
</style>
border-color css
<style>
span { border-color: #25577D; }
span { border-color: rgb(37,87,125); }
td.TdClassName
{
border-color: #25577D;
}
.TagClassName
{
border-color: #25577D;
}
</style>