Shades of St Tropaz #254B7D
Tints of St Tropaz #254B7D
RGB
CMYK
RGB Variations
Color information
#254B7D (or 0x254B7D) is known color: St Tropaz. HEX triplet: 25, 4B and 7D. RGB value is (37,75,125). Sum of RGB (Red+Green+Blue) = 37+75+125=237 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.61% from 237); Green value is 75 (29.69% from 255 or 31.65% from 237); Blue value is 125 (49.22% from 255 or 52.74% from 237); Max value from RGB is 125 - color contains mainly: blue. Hex color #254B7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254B7D is #DAB482. Grayscale: #454545. Windows color (decimal): -14333059 or 8211237. OLE color: 8211237.
HSL color Cylindrical-coordinate representation of color #254B7D: hue angle of 214.09º 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 #254B7D is Cyan = 0.70, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 37 | 75 | 125 | - |
| CMYK | 0.70 | 0.40 | 0 | 0.51 |
| HSL | 214.09º | 0.54% | 0.32% | - |
| HSV(B) | 214.09º | 0.7% | 0.49% | - |
| XYZ | 6.98 | 6.91 | 20.37 | - |
| YUV | 69.34 | 159.41 | 104.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 75 | 125 | 0.70 | 0.40 | 0 | 0.51 | 214.09 | 0.54 | 0.32 |
| Hex | 25 | 4B | 7D | 46 | 28 | 0 | 33 | D6 | 36 | 20 |
| Octal | 45 | 113 | 175 | 106 | 50 | 0 | 63 | 326 | 66 | 40 |
| Binary | 100101 | 1001011 | 1111101 | 1000110 | 101000 | 0 | 110011 | 11010110 | 110110 | 100000 |
Color Harmonies of #254B7D
Complementary color
Monochromatic Colors of #254B7D
Black with #254B7D
Text Example
Text Example
White with #254B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254B7D; }
p { color: rgb(37,75,125); }
H1.HeaderClassName
{
color: #254B7D;
}
.AnyTagClassName
{
color: #254B7D;
}
</style>
background-color css
<style>
a { background-color: #254B7D; }
a { background-color: rgb(37,75,125); }
div.DivClassName
{
background-color: #254B7D;
}
.BgClassName
{
background-color: #254B7D;
}
</style>
border-color css
<style>
span { border-color: #254B7D; }
span { border-color: rgb(37,75,125); }
td.TdClassName
{
border-color: #254B7D;
}
.TagClassName
{
border-color: #254B7D;
}
</style>