Shades of Port Gore #3E4262
Tints of Port Gore #3E4262
RGB
CMYK
RGB Variations
Color information
#3E4262 (or 0x3E4262) is known color: Port Gore. HEX triplet: 3E, 42 and 62. RGB value is (62,66,98). Sum of RGB (Red+Green+Blue) = 62+66+98=226 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.43% from 226); Green value is 66 (26.17% from 255 or 29.20% from 226); Blue value is 98 (38.67% from 255 or 43.36% from 226); Max value from RGB is 98 - color contains mainly: blue. Hex color #3E4262 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4262 is #C1BD9D. Grayscale: #444444. Windows color (decimal): -12696990 or 6439486. OLE color: 6439486.
HSL color Cylindrical-coordinate representation of color #3E4262: hue angle of 233.33º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3E4262 is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 62 | 66 | 98 | - |
| CMYK | 0.37 | 0.33 | 0 | 0.62 |
| HSL | 233.33º | 0.23% | 0.31% | - |
| HSV(B) | 233.33º | 0.37% | 0.38% | - |
| XYZ | 6.14 | 5.8 | 12.35 | - |
| YUV | 68.45 | 144.67 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 66 | 98 | 0.37 | 0.33 | 0 | 0.62 | 233.33 | 0.23 | 0.31 |
| Hex | 3E | 42 | 62 | 25 | 21 | 0 | 3E | E9 | 16 | 1F |
| Octal | 76 | 102 | 142 | 45 | 41 | 0 | 76 | 351 | 26 | 37 |
| Binary | 111110 | 1000010 | 1100010 | 100101 | 100001 | 0 | 111110 | 11101001 | 10110 | 11111 |
Color Harmonies of #3E4262
Complementary color
Monochromatic Colors of #3E4262
Black with #3E4262
Text Example
Text Example
White with #3E4262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4262; }
p { color: rgb(62,66,98); }
H1.HeaderClassName
{
color: #3E4262;
}
.AnyTagClassName
{
color: #3E4262;
}
</style>
background-color css
<style>
a { background-color: #3E4262; }
a { background-color: rgb(62,66,98); }
div.DivClassName
{
background-color: #3E4262;
}
.BgClassName
{
background-color: #3E4262;
}
</style>
border-color css
<style>
span { border-color: #3E4262; }
span { border-color: rgb(62,66,98); }
td.TdClassName
{
border-color: #3E4262;
}
.TagClassName
{
border-color: #3E4262;
}
</style>