Shades of St Tropaz #275182
Tints of St Tropaz #275182
RGB
CMYK
RGB Variations
Color information
#275182 (or 0x275182) is known color: St Tropaz. HEX triplet: 27, 51 and 82. RGB value is (39,81,130). Sum of RGB (Red+Green+Blue) = 39+81+130=250 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.6% from 250); Green value is 81 (32.03% from 255 or 32.4% from 250); Blue value is 130 (51.17% from 255 or 52% from 250); Max value from RGB is 130 - color contains mainly: blue. Hex color #275182 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275182 is #D8AE7D. Grayscale: #494949. Windows color (decimal): -14200446 or 8540455. OLE color: 8540455.
HSL color Cylindrical-coordinate representation of color #275182: hue angle of 212.31º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #275182 is Cyan = 0.70, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 39 | 81 | 130 | - |
| CMYK | 0.70 | 0.38 | 0 | 0.49 |
| HSL | 212.31º | 0.54% | 0.33% | - |
| HSV(B) | 212.31º | 0.7% | 0.51% | - |
| XYZ | 7.81 | 7.93 | 22.24 | - |
| YUV | 74.03 | 159.59 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 81 | 130 | 0.70 | 0.38 | 0 | 0.49 | 212.31 | 0.54 | 0.33 |
| Hex | 27 | 51 | 82 | 46 | 26 | 0 | 31 | D4 | 36 | 21 |
| Octal | 47 | 121 | 202 | 106 | 46 | 0 | 61 | 324 | 66 | 41 |
| Binary | 100111 | 1010001 | 10000010 | 1000110 | 100110 | 0 | 110001 | 11010100 | 110110 | 100001 |
Color Harmonies of #275182
Complementary color
Monochromatic Colors of #275182
Black with #275182
Text Example
Text Example
White with #275182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275182; }
p { color: rgb(39,81,130); }
H1.HeaderClassName
{
color: #275182;
}
.AnyTagClassName
{
color: #275182;
}
</style>
background-color css
<style>
a { background-color: #275182; }
a { background-color: rgb(39,81,130); }
div.DivClassName
{
background-color: #275182;
}
.BgClassName
{
background-color: #275182;
}
</style>
border-color css
<style>
span { border-color: #275182; }
span { border-color: rgb(39,81,130); }
td.TdClassName
{
border-color: #275182;
}
.TagClassName
{
border-color: #275182;
}
</style>