Shades of Port Gore #3E4572
Tints of Port Gore #3E4572
RGB
CMYK
RGB Variations
Color information
#3E4572 (or 0x3E4572) is known color: Port Gore. HEX triplet: 3E, 45 and 72. RGB value is (62,69,114). Sum of RGB (Red+Green+Blue) = 62+69+114=245 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.31% from 245); Green value is 69 (27.34% from 255 or 28.16% from 245); Blue value is 114 (44.92% from 255 or 46.53% from 245); Max value from RGB is 114 - color contains mainly: blue. Hex color #3E4572 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4572 is #C1BA8D. Grayscale: #474747. Windows color (decimal): -12696206 or 7488830. OLE color: 7488830.
HSL color Cylindrical-coordinate representation of color #3E4572: hue angle of 231.92º 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 #3E4572 is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 62 | 69 | 114 | - |
| CMYK | 0.46 | 0.39 | 0 | 0.55 |
| HSL | 231.92º | 0.3% | 0.35% | - |
| HSV(B) | 231.92º | 0.46% | 0.45% | - |
| XYZ | 7.15 | 6.5 | 16.8 | - |
| YUV | 72.04 | 151.68 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 69 | 114 | 0.46 | 0.39 | 0 | 0.55 | 231.92 | 0.3 | 0.35 |
| Hex | 3E | 45 | 72 | 2E | 27 | 0 | 37 | E8 | 1E | 23 |
| Octal | 76 | 105 | 162 | 56 | 47 | 0 | 67 | 350 | 36 | 43 |
| Binary | 111110 | 1000101 | 1110010 | 101110 | 100111 | 0 | 110111 | 11101000 | 11110 | 100011 |
Color Harmonies of #3E4572
Complementary color
Monochromatic Colors of #3E4572
Black with #3E4572
Text Example
Text Example
White with #3E4572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4572; }
p { color: rgb(62,69,114); }
H1.HeaderClassName
{
color: #3E4572;
}
.AnyTagClassName
{
color: #3E4572;
}
</style>
background-color css
<style>
a { background-color: #3E4572; }
a { background-color: rgb(62,69,114); }
div.DivClassName
{
background-color: #3E4572;
}
.BgClassName
{
background-color: #3E4572;
}
</style>
border-color css
<style>
span { border-color: #3E4572; }
span { border-color: rgb(62,69,114); }
td.TdClassName
{
border-color: #3E4572;
}
.TagClassName
{
border-color: #3E4572;
}
</style>