Shades of St Tropaz #275083
Tints of St Tropaz #275083
RGB
CMYK
RGB Variations
Color information
#275083 (or 0x275083) is known color: St Tropaz. HEX triplet: 27, 50 and 83. RGB value is (39,80,131). Sum of RGB (Red+Green+Blue) = 39+80+131=250 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.6% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 131 (51.56% from 255 or 52.4% from 250); Max value from RGB is 131 - color contains mainly: blue. Hex color #275083 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275083 is #D8AF7C. Grayscale: #494949. Windows color (decimal): -14200701 or 8605735. OLE color: 8605735.
HSL color Cylindrical-coordinate representation of color #275083: hue angle of 213.26º 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 #275083 is Cyan = 0.70, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 39 | 80 | 131 | - |
| CMYK | 0.70 | 0.39 | 0 | 0.49 |
| HSL | 213.26º | 0.54% | 0.33% | - |
| HSV(B) | 213.26º | 0.7% | 0.51% | - |
| XYZ | 7.8 | 7.81 | 22.57 | - |
| YUV | 73.56 | 160.42 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 80 | 131 | 0.70 | 0.39 | 0 | 0.49 | 213.26 | 0.54 | 0.33 |
| Hex | 27 | 50 | 83 | 46 | 27 | 0 | 31 | D5 | 36 | 21 |
| Octal | 47 | 120 | 203 | 106 | 47 | 0 | 61 | 325 | 66 | 41 |
| Binary | 100111 | 1010000 | 10000011 | 1000110 | 100111 | 0 | 110001 | 11010101 | 110110 | 100001 |
Color Harmonies of #275083
Complementary color
Monochromatic Colors of #275083
Black with #275083
Text Example
Text Example
White with #275083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275083; }
p { color: rgb(39,80,131); }
H1.HeaderClassName
{
color: #275083;
}
.AnyTagClassName
{
color: #275083;
}
</style>
background-color css
<style>
a { background-color: #275083; }
a { background-color: rgb(39,80,131); }
div.DivClassName
{
background-color: #275083;
}
.BgClassName
{
background-color: #275083;
}
</style>
border-color css
<style>
span { border-color: #275083; }
span { border-color: rgb(39,80,131); }
td.TdClassName
{
border-color: #275083;
}
.TagClassName
{
border-color: #275083;
}
</style>