Shades of Port Gore #3E4163
Tints of Port Gore #3E4163
RGB
CMYK
RGB Variations
Color information
#3E4163 (or 0x3E4163) is known color: Port Gore. HEX triplet: 3E, 41 and 63. RGB value is (62,65,99). Sum of RGB (Red+Green+Blue) = 62+65+99=226 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.43% from 226); Green value is 65 (25.78% from 255 or 28.76% from 226); Blue value is 99 (39.06% from 255 or 43.81% from 226); Max value from RGB is 99 - color contains mainly: blue. Hex color #3E4163 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4163 is #C1BE9C. Grayscale: #434343. Windows color (decimal): -12697245 or 6504766. OLE color: 6504766.
HSL color Cylindrical-coordinate representation of color #3E4163: hue angle of 235.14º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3E4163 is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 62 | 65 | 99 | - |
| CMYK | 0.37 | 0.34 | 0 | 0.61 |
| HSL | 235.14º | 0.23% | 0.32% | - |
| HSV(B) | 235.14º | 0.37% | 0.39% | - |
| XYZ | 6.13 | 5.71 | 12.58 | - |
| YUV | 67.98 | 145.51 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 65 | 99 | 0.37 | 0.34 | 0 | 0.61 | 235.14 | 0.23 | 0.32 |
| Hex | 3E | 41 | 63 | 25 | 22 | 0 | 3D | EB | 17 | 20 |
| Octal | 76 | 101 | 143 | 45 | 42 | 0 | 75 | 353 | 27 | 40 |
| Binary | 111110 | 1000001 | 1100011 | 100101 | 100010 | 0 | 111101 | 11101011 | 10111 | 100000 |
Color Harmonies of #3E4163
Complementary color
Monochromatic Colors of #3E4163
Black with #3E4163
Text Example
Text Example
White with #3E4163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4163; }
p { color: rgb(62,65,99); }
H1.HeaderClassName
{
color: #3E4163;
}
.AnyTagClassName
{
color: #3E4163;
}
</style>
background-color css
<style>
a { background-color: #3E4163; }
a { background-color: rgb(62,65,99); }
div.DivClassName
{
background-color: #3E4163;
}
.BgClassName
{
background-color: #3E4163;
}
</style>
border-color css
<style>
span { border-color: #3E4163; }
span { border-color: rgb(62,65,99); }
td.TdClassName
{
border-color: #3E4163;
}
.TagClassName
{
border-color: #3E4163;
}
</style>