Shades of Port Gore #3E4869
Tints of Port Gore #3E4869
RGB
CMYK
RGB Variations
Color information
#3E4869 (or 0x3E4869) is known color: Port Gore. HEX triplet: 3E, 48 and 69. RGB value is (62,72,105). Sum of RGB (Red+Green+Blue) = 62+72+105=239 (31% of max value = 765). Red value is 62 (24.61% from 255 or 25.94% from 239); Green value is 72 (28.52% from 255 or 30.13% from 239); Blue value is 105 (41.41% from 255 or 43.93% from 239); Max value from RGB is 105 - color contains mainly: blue. Hex color #3E4869 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4869 is #C1B796. Grayscale: #484848. Windows color (decimal): -12695447 or 6899774. OLE color: 6899774.
HSL color Cylindrical-coordinate representation of color #3E4869: hue angle of 226.05º 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 #3E4869 is Cyan = 0.41, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 62 | 72 | 105 | - |
| CMYK | 0.41 | 0.31 | 0 | 0.59 |
| HSL | 226.05º | 0.26% | 0.33% | - |
| HSV(B) | 226.05º | 0.41% | 0.41% | - |
| XYZ | 6.85 | 6.68 | 14.29 | - |
| YUV | 72.77 | 146.19 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 72 | 105 | 0.41 | 0.31 | 0 | 0.59 | 226.05 | 0.26 | 0.33 |
| Hex | 3E | 48 | 69 | 29 | 1F | 0 | 3B | E2 | 1A | 21 |
| Octal | 76 | 110 | 151 | 51 | 37 | 0 | 73 | 342 | 32 | 41 |
| Binary | 111110 | 1001000 | 1101001 | 101001 | 11111 | 0 | 111011 | 11100010 | 11010 | 100001 |
Color Harmonies of #3E4869
Complementary color
Monochromatic Colors of #3E4869
Black with #3E4869
Text Example
Text Example
White with #3E4869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4869; }
p { color: rgb(62,72,105); }
H1.HeaderClassName
{
color: #3E4869;
}
.AnyTagClassName
{
color: #3E4869;
}
</style>
background-color css
<style>
a { background-color: #3E4869; }
a { background-color: rgb(62,72,105); }
div.DivClassName
{
background-color: #3E4869;
}
.BgClassName
{
background-color: #3E4869;
}
</style>
border-color css
<style>
span { border-color: #3E4869; }
span { border-color: rgb(62,72,105); }
td.TdClassName
{
border-color: #3E4869;
}
.TagClassName
{
border-color: #3E4869;
}
</style>