Shades of St Tropaz #264978
Tints of St Tropaz #264978
RGB
CMYK
RGB Variations
Color information
#264978 (or 0x264978) is known color: St Tropaz. HEX triplet: 26, 49 and 78. RGB value is (38,73,120). Sum of RGB (Red+Green+Blue) = 38+73+120=231 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.45% from 231); Green value is 73 (28.91% from 255 or 31.60% from 231); Blue value is 120 (47.27% from 255 or 51.95% from 231); Max value from RGB is 120 - color contains mainly: blue. Hex color #264978 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264978 is #D9B687. Grayscale: #434343. Windows color (decimal): -14268040 or 7883046. OLE color: 7883046.
HSL color Cylindrical-coordinate representation of color #264978: hue angle of 214.39º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #264978 is Cyan = 0.68, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 38 | 73 | 120 | - |
| CMYK | 0.68 | 0.39 | 0 | 0.53 |
| HSL | 214.39º | 0.52% | 0.31% | - |
| HSV(B) | 214.39º | 0.68% | 0.47% | - |
| XYZ | 6.57 | 6.53 | 18.68 | - |
| YUV | 67.89 | 157.4 | 106.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 73 | 120 | 0.68 | 0.39 | 0 | 0.53 | 214.39 | 0.52 | 0.31 |
| Hex | 26 | 49 | 78 | 44 | 27 | 0 | 35 | D6 | 34 | 1F |
| Octal | 46 | 111 | 170 | 104 | 47 | 0 | 65 | 326 | 64 | 37 |
| Binary | 100110 | 1001001 | 1111000 | 1000100 | 100111 | 0 | 110101 | 11010110 | 110100 | 11111 |
Color Harmonies of #264978
Complementary color
Monochromatic Colors of #264978
Black with #264978
Text Example
Text Example
White with #264978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264978; }
p { color: rgb(38,73,120); }
H1.HeaderClassName
{
color: #264978;
}
.AnyTagClassName
{
color: #264978;
}
</style>
background-color css
<style>
a { background-color: #264978; }
a { background-color: rgb(38,73,120); }
div.DivClassName
{
background-color: #264978;
}
.BgClassName
{
background-color: #264978;
}
</style>
border-color css
<style>
span { border-color: #264978; }
span { border-color: rgb(38,73,120); }
td.TdClassName
{
border-color: #264978;
}
.TagClassName
{
border-color: #264978;
}
</style>