Shades of St Tropaz #265082
Tints of St Tropaz #265082
RGB
CMYK
RGB Variations
Color information
#265082 (or 0x265082) is known color: St Tropaz. HEX triplet: 26, 50 and 82. RGB value is (38,80,130). Sum of RGB (Red+Green+Blue) = 38+80+130=248 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.32% from 248); Green value is 80 (31.64% from 255 or 32.26% from 248); Blue value is 130 (51.17% from 255 or 52.42% from 248); Max value from RGB is 130 - color contains mainly: blue. Hex color #265082 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265082 is #D9AF7D. Grayscale: #484848. Windows color (decimal): -14266238 or 8540198. OLE color: 8540198.
HSL color Cylindrical-coordinate representation of color #265082: hue angle of 212.61º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #265082 is Cyan = 0.71, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 38 | 80 | 130 | - |
| CMYK | 0.71 | 0.38 | 0 | 0.49 |
| HSL | 212.61º | 0.55% | 0.33% | - |
| HSV(B) | 212.61º | 0.71% | 0.51% | - |
| XYZ | 7.7 | 7.76 | 22.21 | - |
| YUV | 73.14 | 160.09 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 80 | 130 | 0.71 | 0.38 | 0 | 0.49 | 212.61 | 0.55 | 0.33 |
| Hex | 26 | 50 | 82 | 47 | 26 | 0 | 31 | D5 | 37 | 21 |
| Octal | 46 | 120 | 202 | 107 | 46 | 0 | 61 | 325 | 67 | 41 |
| Binary | 100110 | 1010000 | 10000010 | 1000111 | 100110 | 0 | 110001 | 11010101 | 110111 | 100001 |
Color Harmonies of #265082
Complementary color
Monochromatic Colors of #265082
Black with #265082
Text Example
Text Example
White with #265082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265082; }
p { color: rgb(38,80,130); }
H1.HeaderClassName
{
color: #265082;
}
.AnyTagClassName
{
color: #265082;
}
</style>
background-color css
<style>
a { background-color: #265082; }
a { background-color: rgb(38,80,130); }
div.DivClassName
{
background-color: #265082;
}
.BgClassName
{
background-color: #265082;
}
</style>
border-color css
<style>
span { border-color: #265082; }
span { border-color: rgb(38,80,130); }
td.TdClassName
{
border-color: #265082;
}
.TagClassName
{
border-color: #265082;
}
</style>