Shades of St Tropaz #254D7D
Tints of St Tropaz #254D7D
RGB
CMYK
RGB Variations
Color information
#254D7D (or 0x254D7D) is known color: St Tropaz. HEX triplet: 25, 4D and 7D. RGB value is (37,77,125). Sum of RGB (Red+Green+Blue) = 37+77+125=239 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.48% from 239); Green value is 77 (30.47% from 255 or 32.22% from 239); Blue value is 125 (49.22% from 255 or 52.30% from 239); Max value from RGB is 125 - color contains mainly: blue. Hex color #254D7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #254D7D is #DAB282. Grayscale: #464646. Windows color (decimal): -14332547 or 8211749. OLE color: 8211749.
HSL color Cylindrical-coordinate representation of color #254D7D: hue angle of 212.73º 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 #254D7D is Cyan = 0.70, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 37 | 77 | 125 | - |
| CMYK | 0.70 | 0.38 | 0 | 0.51 |
| HSL | 212.73º | 0.54% | 0.32% | - |
| HSV(B) | 212.73º | 0.7% | 0.49% | - |
| XYZ | 7.12 | 7.18 | 20.41 | - |
| YUV | 70.51 | 158.75 | 104.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 77 | 125 | 0.70 | 0.38 | 0 | 0.51 | 212.73 | 0.54 | 0.32 |
| Hex | 25 | 4D | 7D | 46 | 26 | 0 | 33 | D5 | 36 | 20 |
| Octal | 45 | 115 | 175 | 106 | 46 | 0 | 63 | 325 | 66 | 40 |
| Binary | 100101 | 1001101 | 1111101 | 1000110 | 100110 | 0 | 110011 | 11010101 | 110110 | 100000 |
Color Harmonies of #254D7D
Complementary color
Monochromatic Colors of #254D7D
Black with #254D7D
Text Example
Text Example
White with #254D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254D7D; }
p { color: rgb(37,77,125); }
H1.HeaderClassName
{
color: #254D7D;
}
.AnyTagClassName
{
color: #254D7D;
}
</style>
background-color css
<style>
a { background-color: #254D7D; }
a { background-color: rgb(37,77,125); }
div.DivClassName
{
background-color: #254D7D;
}
.BgClassName
{
background-color: #254D7D;
}
</style>
border-color css
<style>
span { border-color: #254D7D; }
span { border-color: rgb(37,77,125); }
td.TdClassName
{
border-color: #254D7D;
}
.TagClassName
{
border-color: #254D7D;
}
</style>