Shades of Port Gore #3E4573
Tints of Port Gore #3E4573
RGB
CMYK
RGB Variations
Color information
#3E4573 (or 0x3E4573) is known color: Port Gore. HEX triplet: 3E, 45 and 73. RGB value is (62,69,115). Sum of RGB (Red+Green+Blue) = 62+69+115=246 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.20% from 246); Green value is 69 (27.34% from 255 or 28.05% from 246); Blue value is 115 (45.31% from 255 or 46.75% from 246); Max value from RGB is 115 - color contains mainly: blue. Hex color #3E4573 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4573 is #C1BA8C. Grayscale: #474747. Windows color (decimal): -12696205 or 7554366. OLE color: 7554366.
HSL color Cylindrical-coordinate representation of color #3E4573: hue angle of 232.08º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3E4573 is Cyan = 0.46, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 62 | 69 | 115 | - |
| CMYK | 0.46 | 0.4 | 0 | 0.55 |
| HSL | 232.08º | 0.3% | 0.35% | - |
| HSV(B) | 232.08º | 0.46% | 0.45% | - |
| XYZ | 7.21 | 6.52 | 17.1 | - |
| YUV | 72.15 | 152.18 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 69 | 115 | 0.46 | 0.4 | 0 | 0.55 | 232.08 | 0.3 | 0.35 |
| Hex | 3E | 45 | 73 | 2E | 28 | 0 | 37 | E8 | 1E | 23 |
| Octal | 76 | 105 | 163 | 56 | 50 | 0 | 67 | 350 | 36 | 43 |
| Binary | 111110 | 1000101 | 1110011 | 101110 | 101000 | 0 | 110111 | 11101000 | 11110 | 100011 |
Color Harmonies of #3E4573
Complementary color
Monochromatic Colors of #3E4573
Black with #3E4573
Text Example
Text Example
White with #3E4573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4573; }
p { color: rgb(62,69,115); }
H1.HeaderClassName
{
color: #3E4573;
}
.AnyTagClassName
{
color: #3E4573;
}
</style>
background-color css
<style>
a { background-color: #3E4573; }
a { background-color: rgb(62,69,115); }
div.DivClassName
{
background-color: #3E4573;
}
.BgClassName
{
background-color: #3E4573;
}
</style>
border-color css
<style>
span { border-color: #3E4573; }
span { border-color: rgb(62,69,115); }
td.TdClassName
{
border-color: #3E4573;
}
.TagClassName
{
border-color: #3E4573;
}
</style>