Shades of Bahama Blue #25527B
Tints of Bahama Blue #25527B
RGB
CMYK
RGB Variations
Color information
#25527B (or 0x25527B) is known color: Bahama Blue. HEX triplet: 25, 52 and 7B. RGB value is (37,82,123). Sum of RGB (Red+Green+Blue) = 37+82+123=242 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.29% from 242); Green value is 82 (32.42% from 255 or 33.88% from 242); Blue value is 123 (48.44% from 255 or 50.83% from 242); Max value from RGB is 123 - color contains mainly: blue. Hex color #25527B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25527B is #DAAD84. Grayscale: #494949. Windows color (decimal): -14331269 or 8081957. OLE color: 8081957.
HSL color Cylindrical-coordinate representation of color #25527B: hue angle of 208.6º 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 #25527B is Cyan = 0.70, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 37 | 82 | 123 | - |
| CMYK | 0.70 | 0.33 | 0 | 0.52 |
| HSL | 208.6º | 0.54% | 0.31% | - |
| HSV(B) | 208.6º | 0.7% | 0.48% | - |
| XYZ | 7.36 | 7.86 | 19.87 | - |
| YUV | 73.22 | 156.09 | 102.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 82 | 123 | 0.70 | 0.33 | 0 | 0.52 | 208.6 | 0.54 | 0.31 |
| Hex | 25 | 52 | 7B | 46 | 21 | 0 | 34 | D1 | 36 | 1F |
| Octal | 45 | 122 | 173 | 106 | 41 | 0 | 64 | 321 | 66 | 37 |
| Binary | 100101 | 1010010 | 1111011 | 1000110 | 100001 | 0 | 110100 | 11010001 | 110110 | 11111 |
Color Harmonies of #25527B
Complementary color
Monochromatic Colors of #25527B
Black with #25527B
Text Example
Text Example
White with #25527B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25527B; }
p { color: rgb(37,82,123); }
H1.HeaderClassName
{
color: #25527B;
}
.AnyTagClassName
{
color: #25527B;
}
</style>
background-color css
<style>
a { background-color: #25527B; }
a { background-color: rgb(37,82,123); }
div.DivClassName
{
background-color: #25527B;
}
.BgClassName
{
background-color: #25527B;
}
</style>
border-color css
<style>
span { border-color: #25527B; }
span { border-color: rgb(37,82,123); }
td.TdClassName
{
border-color: #25527B;
}
.TagClassName
{
border-color: #25527B;
}
</style>