Shades of St Tropaz #2A5083
Tints of St Tropaz #2A5083
RGB
CMYK
RGB Variations
Color information
#2A5083 (or 0x2A5083) is known color: St Tropaz. HEX triplet: 2A, 50 and 83. RGB value is (42,80,131). Sum of RGB (Red+Green+Blue) = 42+80+131=253 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.60% from 253); Green value is 80 (31.64% from 255 or 31.62% from 253); Blue value is 131 (51.56% from 255 or 51.78% from 253); Max value from RGB is 131 - color contains mainly: blue. Hex color #2A5083 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A5083 is #D5AF7C. Grayscale: #4A4A4A. Windows color (decimal): -14004093 or 8605738. OLE color: 8605738.
HSL color Cylindrical-coordinate representation of color #2A5083: hue angle of 214.38º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2A5083 is Cyan = 0.68, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 42 | 80 | 131 | - |
| CMYK | 0.68 | 0.39 | 0 | 0.49 |
| HSL | 214.38º | 0.51% | 0.34% | - |
| HSV(B) | 214.38º | 0.68% | 0.51% | - |
| XYZ | 7.92 | 7.87 | 22.57 | - |
| YUV | 74.45 | 159.91 | 104.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 80 | 131 | 0.68 | 0.39 | 0 | 0.49 | 214.38 | 0.51 | 0.34 |
| Hex | 2A | 50 | 83 | 44 | 27 | 0 | 31 | D6 | 33 | 22 |
| Octal | 52 | 120 | 203 | 104 | 47 | 0 | 61 | 326 | 63 | 42 |
| Binary | 101010 | 1010000 | 10000011 | 1000100 | 100111 | 0 | 110001 | 11010110 | 110011 | 100010 |
Color Harmonies of #2A5083
Complementary color
Monochromatic Colors of #2A5083
Black with #2A5083
Text Example
Text Example
White with #2A5083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5083; }
p { color: rgb(42,80,131); }
H1.HeaderClassName
{
color: #2A5083;
}
.AnyTagClassName
{
color: #2A5083;
}
</style>
background-color css
<style>
a { background-color: #2A5083; }
a { background-color: rgb(42,80,131); }
div.DivClassName
{
background-color: #2A5083;
}
.BgClassName
{
background-color: #2A5083;
}
</style>
border-color css
<style>
span { border-color: #2A5083; }
span { border-color: rgb(42,80,131); }
td.TdClassName
{
border-color: #2A5083;
}
.TagClassName
{
border-color: #2A5083;
}
</style>