Shades of Port Gore #3E4463
Tints of Port Gore #3E4463
RGB
CMYK
RGB Variations
Color information
#3E4463 (or 0x3E4463) is known color: Port Gore. HEX triplet: 3E, 44 and 63. RGB value is (62,68,99). Sum of RGB (Red+Green+Blue) = 62+68+99=229 (30% of max value = 765). Red value is 62 (24.61% from 255 or 27.07% from 229); Green value is 68 (26.95% from 255 or 29.69% from 229); Blue value is 99 (39.06% from 255 or 43.23% from 229); Max value from RGB is 99 - color contains mainly: blue. Hex color #3E4463 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4463 is #C1BB9C. Grayscale: #454545. Windows color (decimal): -12696477 or 6505534. OLE color: 6505534.
HSL color Cylindrical-coordinate representation of color #3E4463: hue angle of 230.27º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3E4463 is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 62 | 68 | 99 | - |
| CMYK | 0.37 | 0.31 | 0 | 0.61 |
| HSL | 230.27º | 0.23% | 0.32% | - |
| HSV(B) | 230.27º | 0.37% | 0.39% | - |
| XYZ | 6.31 | 6.06 | 12.64 | - |
| YUV | 69.74 | 144.51 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 68 | 99 | 0.37 | 0.31 | 0 | 0.61 | 230.27 | 0.23 | 0.32 |
| Hex | 3E | 44 | 63 | 25 | 1F | 0 | 3D | E6 | 17 | 20 |
| Octal | 76 | 104 | 143 | 45 | 37 | 0 | 75 | 346 | 27 | 40 |
| Binary | 111110 | 1000100 | 1100011 | 100101 | 11111 | 0 | 111101 | 11100110 | 10111 | 100000 |
Color Harmonies of #3E4463
Complementary color
Monochromatic Colors of #3E4463
Black with #3E4463
Text Example
Text Example
White with #3E4463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4463; }
p { color: rgb(62,68,99); }
H1.HeaderClassName
{
color: #3E4463;
}
.AnyTagClassName
{
color: #3E4463;
}
</style>
background-color css
<style>
a { background-color: #3E4463; }
a { background-color: rgb(62,68,99); }
div.DivClassName
{
background-color: #3E4463;
}
.BgClassName
{
background-color: #3E4463;
}
</style>
border-color css
<style>
span { border-color: #3E4463; }
span { border-color: rgb(62,68,99); }
td.TdClassName
{
border-color: #3E4463;
}
.TagClassName
{
border-color: #3E4463;
}
</style>