Shades of Port Gore #3E476E
Tints of Port Gore #3E476E
RGB
CMYK
RGB Variations
Color information
#3E476E (or 0x3E476E) is known color: Port Gore. HEX triplet: 3E, 47 and 6E. RGB value is (62,71,110). Sum of RGB (Red+Green+Blue) = 62+71+110=243 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.51% from 243); Green value is 71 (28.12% from 255 or 29.22% from 243); Blue value is 110 (43.36% from 255 or 45.27% from 243); Max value from RGB is 110 - color contains mainly: blue. Hex color #3E476E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E476E is #C1B891. Grayscale: #484848. Windows color (decimal): -12695698 or 7227198. OLE color: 7227198.
HSL color Cylindrical-coordinate representation of color #3E476E: hue angle of 228.75º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3E476E is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 62 | 71 | 110 | - |
| CMYK | 0.44 | 0.35 | 0 | 0.57 |
| HSL | 228.75º | 0.28% | 0.34% | - |
| HSV(B) | 228.75º | 0.44% | 0.43% | - |
| XYZ | 7.05 | 6.66 | 15.66 | - |
| YUV | 72.76 | 149.02 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 71 | 110 | 0.44 | 0.35 | 0 | 0.57 | 228.75 | 0.28 | 0.34 |
| Hex | 3E | 47 | 6E | 2C | 23 | 0 | 39 | E5 | 1C | 22 |
| Octal | 76 | 107 | 156 | 54 | 43 | 0 | 71 | 345 | 34 | 42 |
| Binary | 111110 | 1000111 | 1101110 | 101100 | 100011 | 0 | 111001 | 11100101 | 11100 | 100010 |
Color Harmonies of #3E476E
Complementary color
Monochromatic Colors of #3E476E
Black with #3E476E
Text Example
Text Example
White with #3E476E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E476E; }
p { color: rgb(62,71,110); }
H1.HeaderClassName
{
color: #3E476E;
}
.AnyTagClassName
{
color: #3E476E;
}
</style>
background-color css
<style>
a { background-color: #3E476E; }
a { background-color: rgb(62,71,110); }
div.DivClassName
{
background-color: #3E476E;
}
.BgClassName
{
background-color: #3E476E;
}
</style>
border-color css
<style>
span { border-color: #3E476E; }
span { border-color: rgb(62,71,110); }
td.TdClassName
{
border-color: #3E476E;
}
.TagClassName
{
border-color: #3E476E;
}
</style>