Shades of Port Gore #3E4771
Tints of Port Gore #3E4771
RGB
CMYK
RGB Variations
Color information
#3E4771 (or 0x3E4771) is known color: Port Gore. HEX triplet: 3E, 47 and 71. RGB value is (62,71,113). Sum of RGB (Red+Green+Blue) = 62+71+113=246 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.20% from 246); Green value is 71 (28.12% from 255 or 28.86% from 246); Blue value is 113 (44.53% from 255 or 45.93% from 246); Max value from RGB is 113 - color contains mainly: blue. Hex color #3E4771 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4771 is #C1B88E. Grayscale: #484848. Windows color (decimal): -12695695 or 7423806. OLE color: 7423806.
HSL color Cylindrical-coordinate representation of color #3E4771: hue angle of 229.41º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3E4771 is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 62 | 71 | 113 | - |
| CMYK | 0.45 | 0.37 | 0 | 0.56 |
| HSL | 229.41º | 0.29% | 0.34% | - |
| HSV(B) | 229.41º | 0.45% | 0.44% | - |
| XYZ | 7.22 | 6.72 | 16.54 | - |
| YUV | 73.1 | 150.52 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 71 | 113 | 0.45 | 0.37 | 0 | 0.56 | 229.41 | 0.29 | 0.34 |
| Hex | 3E | 47 | 71 | 2D | 25 | 0 | 38 | E5 | 1D | 22 |
| Octal | 76 | 107 | 161 | 55 | 45 | 0 | 70 | 345 | 35 | 42 |
| Binary | 111110 | 1000111 | 1110001 | 101101 | 100101 | 0 | 111000 | 11100101 | 11101 | 100010 |
Color Harmonies of #3E4771
Complementary color
Monochromatic Colors of #3E4771
Black with #3E4771
Text Example
Text Example
White with #3E4771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4771; }
p { color: rgb(62,71,113); }
H1.HeaderClassName
{
color: #3E4771;
}
.AnyTagClassName
{
color: #3E4771;
}
</style>
background-color css
<style>
a { background-color: #3E4771; }
a { background-color: rgb(62,71,113); }
div.DivClassName
{
background-color: #3E4771;
}
.BgClassName
{
background-color: #3E4771;
}
</style>
border-color css
<style>
span { border-color: #3E4771; }
span { border-color: rgb(62,71,113); }
td.TdClassName
{
border-color: #3E4771;
}
.TagClassName
{
border-color: #3E4771;
}
</style>