Shades of St Tropaz #254C7C
Tints of St Tropaz #254C7C
RGB
CMYK
RGB Variations
Color information
#254C7C (or 0x254C7C) is known color: St Tropaz. HEX triplet: 25, 4C and 7C. RGB value is (37,76,124). Sum of RGB (Red+Green+Blue) = 37+76+124=237 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.61% from 237); Green value is 76 (30.08% from 255 or 32.07% from 237); Blue value is 124 (48.83% from 255 or 52.32% from 237); Max value from RGB is 124 - color contains mainly: blue. Hex color #254C7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254C7C is #DAB383. Grayscale: #454545. Windows color (decimal): -14332804 or 8145957. OLE color: 8145957.
HSL color Cylindrical-coordinate representation of color #254C7C: hue angle of 213.1º 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 #254C7C is Cyan = 0.70, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 37 | 76 | 124 | - |
| CMYK | 0.70 | 0.39 | 0 | 0.51 |
| HSL | 213.1º | 0.54% | 0.32% | - |
| HSV(B) | 213.1º | 0.7% | 0.49% | - |
| XYZ | 6.99 | 7.02 | 20.06 | - |
| YUV | 69.81 | 158.58 | 104.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 76 | 124 | 0.70 | 0.39 | 0 | 0.51 | 213.1 | 0.54 | 0.32 |
| Hex | 25 | 4C | 7C | 46 | 27 | 0 | 33 | D5 | 36 | 20 |
| Octal | 45 | 114 | 174 | 106 | 47 | 0 | 63 | 325 | 66 | 40 |
| Binary | 100101 | 1001100 | 1111100 | 1000110 | 100111 | 0 | 110011 | 11010101 | 110110 | 100000 |
Color Harmonies of #254C7C
Complementary color
Monochromatic Colors of #254C7C
Black with #254C7C
Text Example
Text Example
White with #254C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254C7C; }
p { color: rgb(37,76,124); }
H1.HeaderClassName
{
color: #254C7C;
}
.AnyTagClassName
{
color: #254C7C;
}
</style>
background-color css
<style>
a { background-color: #254C7C; }
a { background-color: rgb(37,76,124); }
div.DivClassName
{
background-color: #254C7C;
}
.BgClassName
{
background-color: #254C7C;
}
</style>
border-color css
<style>
span { border-color: #254C7C; }
span { border-color: rgb(37,76,124); }
td.TdClassName
{
border-color: #254C7C;
}
.TagClassName
{
border-color: #254C7C;
}
</style>