Shades of Bahama Blue #254E7D
Tints of Bahama Blue #254E7D
RGB
CMYK
RGB Variations
Color information
#254E7D (or 0x254E7D) is known color: Bahama Blue. HEX triplet: 25, 4E and 7D. RGB value is (37,78,125). Sum of RGB (Red+Green+Blue) = 37+78+125=240 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.42% from 240); Green value is 78 (30.86% from 255 or 32.5% from 240); Blue value is 125 (49.22% from 255 or 52.08% from 240); Max value from RGB is 125 - color contains mainly: blue. Hex color #254E7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #254E7D is #DAB182. Grayscale: #464646. Windows color (decimal): -14332291 or 8212005. OLE color: 8212005.
HSL color Cylindrical-coordinate representation of color #254E7D: hue angle of 212.05º 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 #254E7D is Cyan = 0.70, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 37 | 78 | 125 | - |
| CMYK | 0.70 | 0.38 | 0 | 0.51 |
| HSL | 212.05º | 0.54% | 0.32% | - |
| HSV(B) | 212.05º | 0.7% | 0.49% | - |
| XYZ | 7.19 | 7.32 | 20.44 | - |
| YUV | 71.1 | 158.42 | 103.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 78 | 125 | 0.70 | 0.38 | 0 | 0.51 | 212.05 | 0.54 | 0.32 |
| Hex | 25 | 4E | 7D | 46 | 26 | 0 | 33 | D4 | 36 | 20 |
| Octal | 45 | 116 | 175 | 106 | 46 | 0 | 63 | 324 | 66 | 40 |
| Binary | 100101 | 1001110 | 1111101 | 1000110 | 100110 | 0 | 110011 | 11010100 | 110110 | 100000 |
Color Harmonies of #254E7D
Complementary color
Monochromatic Colors of #254E7D
Black with #254E7D
Text Example
Text Example
White with #254E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254E7D; }
p { color: rgb(37,78,125); }
H1.HeaderClassName
{
color: #254E7D;
}
.AnyTagClassName
{
color: #254E7D;
}
</style>
background-color css
<style>
a { background-color: #254E7D; }
a { background-color: rgb(37,78,125); }
div.DivClassName
{
background-color: #254E7D;
}
.BgClassName
{
background-color: #254E7D;
}
</style>
border-color css
<style>
span { border-color: #254E7D; }
span { border-color: rgb(37,78,125); }
td.TdClassName
{
border-color: #254E7D;
}
.TagClassName
{
border-color: #254E7D;
}
</style>