Shades of Port Gore #3E446F
Tints of Port Gore #3E446F
RGB
CMYK
RGB Variations
Color information
#3E446F (or 0x3E446F) is known color: Port Gore. HEX triplet: 3E, 44 and 6F. RGB value is (62,68,111). Sum of RGB (Red+Green+Blue) = 62+68+111=241 (31% of max value = 765). Red value is 62 (24.61% from 255 or 25.73% from 241); Green value is 68 (26.95% from 255 or 28.22% from 241); Blue value is 111 (43.75% from 255 or 46.06% from 241); Max value from RGB is 111 - color contains mainly: blue. Hex color #3E446F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E446F is #C1BB90. Grayscale: #464646. Windows color (decimal): -12696465 or 7291966. OLE color: 7291966.
HSL color Cylindrical-coordinate representation of color #3E446F: hue angle of 232.65º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3E446F is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 62 | 68 | 111 | - |
| CMYK | 0.44 | 0.39 | 0 | 0.56 |
| HSL | 232.65º | 0.28% | 0.34% | - |
| HSV(B) | 232.65º | 0.44% | 0.44% | - |
| XYZ | 6.92 | 6.31 | 15.89 | - |
| YUV | 71.11 | 150.51 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 68 | 111 | 0.44 | 0.39 | 0 | 0.56 | 232.65 | 0.28 | 0.34 |
| Hex | 3E | 44 | 6F | 2C | 27 | 0 | 38 | E9 | 1C | 22 |
| Octal | 76 | 104 | 157 | 54 | 47 | 0 | 70 | 351 | 34 | 42 |
| Binary | 111110 | 1000100 | 1101111 | 101100 | 100111 | 0 | 111000 | 11101001 | 11100 | 100010 |
Color Harmonies of #3E446F
Complementary color
Monochromatic Colors of #3E446F
Black with #3E446F
Text Example
Text Example
White with #3E446F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E446F; }
p { color: rgb(62,68,111); }
H1.HeaderClassName
{
color: #3E446F;
}
.AnyTagClassName
{
color: #3E446F;
}
</style>
background-color css
<style>
a { background-color: #3E446F; }
a { background-color: rgb(62,68,111); }
div.DivClassName
{
background-color: #3E446F;
}
.BgClassName
{
background-color: #3E446F;
}
</style>
border-color css
<style>
span { border-color: #3E446F; }
span { border-color: rgb(62,68,111); }
td.TdClassName
{
border-color: #3E446F;
}
.TagClassName
{
border-color: #3E446F;
}
</style>