Shades of Port Gore #3A4771
Tints of Port Gore #3A4771
RGB
CMYK
RGB Variations
Color information
#3A4771 (or 0x3A4771) is known color: Port Gore. HEX triplet: 3A, 47 and 71. RGB value is (58,71,113). Sum of RGB (Red+Green+Blue) = 58+71+113=242 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.97% from 242); Green value is 71 (28.12% from 255 or 29.34% from 242); Blue value is 113 (44.53% from 255 or 46.69% from 242); Max value from RGB is 113 - color contains mainly: blue. Hex color #3A4771 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A4771 is #C5B88E. Grayscale: #474747. Windows color (decimal): -12957839 or 7423802. OLE color: 7423802.
HSL color Cylindrical-coordinate representation of color #3A4771: hue angle of 225.82º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3A4771 is Cyan = 0.49, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 58 | 71 | 113 | - |
| CMYK | 0.49 | 0.37 | 0 | 0.56 |
| HSL | 225.82º | 0.32% | 0.34% | - |
| HSV(B) | 225.82º | 0.49% | 0.44% | - |
| XYZ | 6.98 | 6.6 | 16.53 | - |
| YUV | 71.9 | 151.19 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 71 | 113 | 0.49 | 0.37 | 0 | 0.56 | 225.82 | 0.32 | 0.34 |
| Hex | 3A | 47 | 71 | 31 | 25 | 0 | 38 | E2 | 20 | 22 |
| Octal | 72 | 107 | 161 | 61 | 45 | 0 | 70 | 342 | 40 | 42 |
| Binary | 111010 | 1000111 | 1110001 | 110001 | 100101 | 0 | 111000 | 11100010 | 100000 | 100010 |
Color Harmonies of #3A4771
Complementary color
Monochromatic Colors of #3A4771
Black with #3A4771
Text Example
Text Example
White with #3A4771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4771; }
p { color: rgb(58,71,113); }
H1.HeaderClassName
{
color: #3A4771;
}
.AnyTagClassName
{
color: #3A4771;
}
</style>
background-color css
<style>
a { background-color: #3A4771; }
a { background-color: rgb(58,71,113); }
div.DivClassName
{
background-color: #3A4771;
}
.BgClassName
{
background-color: #3A4771;
}
</style>
border-color css
<style>
span { border-color: #3A4771; }
span { border-color: rgb(58,71,113); }
td.TdClassName
{
border-color: #3A4771;
}
.TagClassName
{
border-color: #3A4771;
}
</style>