Shades of St Tropaz #264B7C
Tints of St Tropaz #264B7C
RGB
CMYK
RGB Variations
Color information
#264B7C (or 0x264B7C) is known color: St Tropaz. HEX triplet: 26, 4B and 7C. RGB value is (38,75,124). Sum of RGB (Red+Green+Blue) = 38+75+124=237 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.03% from 237); Green value is 75 (29.69% from 255 or 31.65% 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 #264B7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264B7C is #D9B483. Grayscale: #454545. Windows color (decimal): -14267524 or 8145702. OLE color: 8145702.
HSL color Cylindrical-coordinate representation of color #264B7C: hue angle of 214.19º 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 #264B7C is Cyan = 0.69, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 38 | 75 | 124 | - |
| CMYK | 0.69 | 0.40 | 0 | 0.51 |
| HSL | 214.19º | 0.53% | 0.32% | - |
| HSV(B) | 214.19º | 0.69% | 0.49% | - |
| XYZ | 6.95 | 6.9 | 20.03 | - |
| YUV | 69.52 | 158.74 | 105.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 75 | 124 | 0.69 | 0.40 | 0 | 0.51 | 214.19 | 0.53 | 0.32 |
| Hex | 26 | 4B | 7C | 45 | 28 | 0 | 33 | D6 | 35 | 20 |
| Octal | 46 | 113 | 174 | 105 | 50 | 0 | 63 | 326 | 65 | 40 |
| Binary | 100110 | 1001011 | 1111100 | 1000101 | 101000 | 0 | 110011 | 11010110 | 110101 | 100000 |
Color Harmonies of #264B7C
Complementary color
Monochromatic Colors of #264B7C
Black with #264B7C
Text Example
Text Example
White with #264B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264B7C; }
p { color: rgb(38,75,124); }
H1.HeaderClassName
{
color: #264B7C;
}
.AnyTagClassName
{
color: #264B7C;
}
</style>
background-color css
<style>
a { background-color: #264B7C; }
a { background-color: rgb(38,75,124); }
div.DivClassName
{
background-color: #264B7C;
}
.BgClassName
{
background-color: #264B7C;
}
</style>
border-color css
<style>
span { border-color: #264B7C; }
span { border-color: rgb(38,75,124); }
td.TdClassName
{
border-color: #264B7C;
}
.TagClassName
{
border-color: #264B7C;
}
</style>