Shades of Port Gore #3E4166
Tints of Port Gore #3E4166
RGB
CMYK
RGB Variations
Color information
#3E4166 (or 0x3E4166) is known color: Port Gore. HEX triplet: 3E, 41 and 66. RGB value is (62,65,102). Sum of RGB (Red+Green+Blue) = 62+65+102=229 (30% of max value = 765). Red value is 62 (24.61% from 255 or 27.07% from 229); Green value is 65 (25.78% from 255 or 28.38% from 229); Blue value is 102 (40.23% from 255 or 44.54% from 229); Max value from RGB is 102 - color contains mainly: blue. Hex color #3E4166 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4166 is #C1BE99. Grayscale: #444444. Windows color (decimal): -12697242 or 6701374. OLE color: 6701374.
HSL color Cylindrical-coordinate representation of color #3E4166: hue angle of 235.5º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3E4166 is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 62 | 65 | 102 | - |
| CMYK | 0.39 | 0.36 | 0 | 0.6 |
| HSL | 235.5º | 0.24% | 0.32% | - |
| HSV(B) | 235.5º | 0.39% | 0.4% | - |
| XYZ | 6.28 | 5.76 | 13.35 | - |
| YUV | 68.32 | 147.01 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 65 | 102 | 0.39 | 0.36 | 0 | 0.6 | 235.5 | 0.24 | 0.32 |
| Hex | 3E | 41 | 66 | 27 | 24 | 0 | 3C | EC | 18 | 20 |
| Octal | 76 | 101 | 146 | 47 | 44 | 0 | 74 | 354 | 30 | 40 |
| Binary | 111110 | 1000001 | 1100110 | 100111 | 100100 | 0 | 111100 | 11101100 | 11000 | 100000 |
Color Harmonies of #3E4166
Complementary color
Monochromatic Colors of #3E4166
Black with #3E4166
Text Example
Text Example
White with #3E4166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4166; }
p { color: rgb(62,65,102); }
H1.HeaderClassName
{
color: #3E4166;
}
.AnyTagClassName
{
color: #3E4166;
}
</style>
background-color css
<style>
a { background-color: #3E4166; }
a { background-color: rgb(62,65,102); }
div.DivClassName
{
background-color: #3E4166;
}
.BgClassName
{
background-color: #3E4166;
}
</style>
border-color css
<style>
span { border-color: #3E4166; }
span { border-color: rgb(62,65,102); }
td.TdClassName
{
border-color: #3E4166;
}
.TagClassName
{
border-color: #3E4166;
}
</style>