Shades of Port Gore #3E4969
Tints of Port Gore #3E4969
RGB
CMYK
RGB Variations
Color information
#3E4969 (or 0x3E4969) is known color: Port Gore. HEX triplet: 3E, 49 and 69. RGB value is (62,73,105). Sum of RGB (Red+Green+Blue) = 62+73+105=240 (31% of max value = 765). Red value is 62 (24.61% from 255 or 25.83% from 240); Green value is 73 (28.91% from 255 or 30.42% from 240); Blue value is 105 (41.41% from 255 or 43.75% from 240); Max value from RGB is 105 - color contains mainly: blue. Hex color #3E4969 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4969 is #C1B696. Grayscale: #494949. Windows color (decimal): -12695191 or 6900030. OLE color: 6900030.
HSL color Cylindrical-coordinate representation of color #3E4969: hue angle of 224.65º degrees, saturation: 0.26, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3E4969 is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 62 | 73 | 105 | - |
| CMYK | 0.41 | 0.30 | 0 | 0.59 |
| HSL | 224.65º | 0.26% | 0.33% | - |
| HSV(B) | 224.65º | 0.41% | 0.41% | - |
| XYZ | 6.92 | 6.81 | 14.31 | - |
| YUV | 73.36 | 145.86 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 73 | 105 | 0.41 | 0.30 | 0 | 0.59 | 224.65 | 0.26 | 0.33 |
| Hex | 3E | 49 | 69 | 29 | 1E | 0 | 3B | E1 | 1A | 21 |
| Octal | 76 | 111 | 151 | 51 | 36 | 0 | 73 | 341 | 32 | 41 |
| Binary | 111110 | 1001001 | 1101001 | 101001 | 11110 | 0 | 111011 | 11100001 | 11010 | 100001 |
Color Harmonies of #3E4969
Complementary color
Monochromatic Colors of #3E4969
Black with #3E4969
Text Example
Text Example
White with #3E4969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4969; }
p { color: rgb(62,73,105); }
H1.HeaderClassName
{
color: #3E4969;
}
.AnyTagClassName
{
color: #3E4969;
}
</style>
background-color css
<style>
a { background-color: #3E4969; }
a { background-color: rgb(62,73,105); }
div.DivClassName
{
background-color: #3E4969;
}
.BgClassName
{
background-color: #3E4969;
}
</style>
border-color css
<style>
span { border-color: #3E4969; }
span { border-color: rgb(62,73,105); }
td.TdClassName
{
border-color: #3E4969;
}
.TagClassName
{
border-color: #3E4969;
}
</style>