Shades of Bahama Blue #254F7D
Tints of Bahama Blue #254F7D
RGB
CMYK
RGB Variations
Color information
#254F7D (or 0x254F7D) is known color: Bahama Blue. HEX triplet: 25, 4F and 7D. RGB value is (37,79,125). Sum of RGB (Red+Green+Blue) = 37+79+125=241 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.35% from 241); Green value is 79 (31.25% from 255 or 32.78% from 241); Blue value is 125 (49.22% from 255 or 51.87% from 241); Max value from RGB is 125 - color contains mainly: blue. Hex color #254F7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #254F7D is #DAB082. Grayscale: #474747. Windows color (decimal): -14332035 or 8212261. OLE color: 8212261.
HSL color Cylindrical-coordinate representation of color #254F7D: hue angle of 211.36º 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 #254F7D is Cyan = 0.70, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 37 | 79 | 125 | - |
| CMYK | 0.70 | 0.37 | 0 | 0.51 |
| HSL | 211.36º | 0.54% | 0.32% | - |
| HSV(B) | 211.36º | 0.7% | 0.49% | - |
| XYZ | 7.26 | 7.47 | 20.46 | - |
| YUV | 71.69 | 158.09 | 103.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 79 | 125 | 0.70 | 0.37 | 0 | 0.51 | 211.36 | 0.54 | 0.32 |
| Hex | 25 | 4F | 7D | 46 | 25 | 0 | 33 | D3 | 36 | 20 |
| Octal | 45 | 117 | 175 | 106 | 45 | 0 | 63 | 323 | 66 | 40 |
| Binary | 100101 | 1001111 | 1111101 | 1000110 | 100101 | 0 | 110011 | 11010011 | 110110 | 100000 |
Color Harmonies of #254F7D
Complementary color
Monochromatic Colors of #254F7D
Black with #254F7D
Text Example
Text Example
White with #254F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254F7D; }
p { color: rgb(37,79,125); }
H1.HeaderClassName
{
color: #254F7D;
}
.AnyTagClassName
{
color: #254F7D;
}
</style>
background-color css
<style>
a { background-color: #254F7D; }
a { background-color: rgb(37,79,125); }
div.DivClassName
{
background-color: #254F7D;
}
.BgClassName
{
background-color: #254F7D;
}
</style>
border-color css
<style>
span { border-color: #254F7D; }
span { border-color: rgb(37,79,125); }
td.TdClassName
{
border-color: #254F7D;
}
.TagClassName
{
border-color: #254F7D;
}
</style>