Shades of Port Gore #3E4563
Tints of Port Gore #3E4563
RGB
CMYK
RGB Variations
Color information
#3E4563 (or 0x3E4563) is known color: Port Gore. HEX triplet: 3E, 45 and 63. RGB value is (62,69,99). Sum of RGB (Red+Green+Blue) = 62+69+99=230 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.96% from 230); Green value is 69 (27.34% from 255 or 30% from 230); Blue value is 99 (39.06% from 255 or 43.04% from 230); Max value from RGB is 99 - color contains mainly: blue. Hex color #3E4563 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4563 is #C1BA9C. Grayscale: #464646. Windows color (decimal): -12696221 or 6505790. OLE color: 6505790.
HSL color Cylindrical-coordinate representation of color #3E4563: hue angle of 228.65º 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 #3E4563 is Cyan = 0.37, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 62 | 69 | 99 | - |
| CMYK | 0.37 | 0.30 | 0 | 0.61 |
| HSL | 228.65º | 0.23% | 0.32% | - |
| HSV(B) | 228.65º | 0.37% | 0.39% | - |
| XYZ | 6.37 | 6.18 | 12.66 | - |
| YUV | 70.33 | 144.18 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 69 | 99 | 0.37 | 0.30 | 0 | 0.61 | 228.65 | 0.23 | 0.32 |
| Hex | 3E | 45 | 63 | 25 | 1E | 0 | 3D | E5 | 17 | 20 |
| Octal | 76 | 105 | 143 | 45 | 36 | 0 | 75 | 345 | 27 | 40 |
| Binary | 111110 | 1000101 | 1100011 | 100101 | 11110 | 0 | 111101 | 11100101 | 10111 | 100000 |
Color Harmonies of #3E4563
Complementary color
Monochromatic Colors of #3E4563
Black with #3E4563
Text Example
Text Example
White with #3E4563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4563; }
p { color: rgb(62,69,99); }
H1.HeaderClassName
{
color: #3E4563;
}
.AnyTagClassName
{
color: #3E4563;
}
</style>
background-color css
<style>
a { background-color: #3E4563; }
a { background-color: rgb(62,69,99); }
div.DivClassName
{
background-color: #3E4563;
}
.BgClassName
{
background-color: #3E4563;
}
</style>
border-color css
<style>
span { border-color: #3E4563; }
span { border-color: rgb(62,69,99); }
td.TdClassName
{
border-color: #3E4563;
}
.TagClassName
{
border-color: #3E4563;
}
</style>