Shades of St Tropaz #264D7C
Tints of St Tropaz #264D7C
RGB
CMYK
RGB Variations
Color information
#264D7C (or 0x264D7C) is known color: St Tropaz. HEX triplet: 26, 4D and 7C. RGB value is (38,77,124). Sum of RGB (Red+Green+Blue) = 38+77+124=239 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.90% from 239); Green value is 77 (30.47% from 255 or 32.22% from 239); Blue value is 124 (48.83% from 255 or 51.88% from 239); Max value from RGB is 124 - color contains mainly: blue. Hex color #264D7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #264D7C is #D9B283. Grayscale: #464646. Windows color (decimal): -14267012 or 8146214. OLE color: 8146214.
HSL color Cylindrical-coordinate representation of color #264D7C: hue angle of 212.79º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #264D7C is Cyan = 0.69, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 38 | 77 | 124 | - |
| CMYK | 0.69 | 0.38 | 0 | 0.51 |
| HSL | 212.79º | 0.53% | 0.32% | - |
| HSV(B) | 212.79º | 0.69% | 0.49% | - |
| XYZ | 7.09 | 7.18 | 20.08 | - |
| YUV | 70.7 | 158.08 | 104.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 77 | 124 | 0.69 | 0.38 | 0 | 0.51 | 212.79 | 0.53 | 0.32 |
| Hex | 26 | 4D | 7C | 45 | 26 | 0 | 33 | D5 | 35 | 20 |
| Octal | 46 | 115 | 174 | 105 | 46 | 0 | 63 | 325 | 65 | 40 |
| Binary | 100110 | 1001101 | 1111100 | 1000101 | 100110 | 0 | 110011 | 11010101 | 110101 | 100000 |
Color Harmonies of #264D7C
Complementary color
Monochromatic Colors of #264D7C
Black with #264D7C
Text Example
Text Example
White with #264D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264D7C; }
p { color: rgb(38,77,124); }
H1.HeaderClassName
{
color: #264D7C;
}
.AnyTagClassName
{
color: #264D7C;
}
</style>
background-color css
<style>
a { background-color: #264D7C; }
a { background-color: rgb(38,77,124); }
div.DivClassName
{
background-color: #264D7C;
}
.BgClassName
{
background-color: #264D7C;
}
</style>
border-color css
<style>
span { border-color: #264D7C; }
span { border-color: rgb(38,77,124); }
td.TdClassName
{
border-color: #264D7C;
}
.TagClassName
{
border-color: #264D7C;
}
</style>