Shades of Port Gore #3E4877
Tints of Port Gore #3E4877
RGB
CMYK
RGB Variations
Color information
#3E4877 (or 0x3E4877) is known color: Port Gore. HEX triplet: 3E, 48 and 77. RGB value is (62,72,119). Sum of RGB (Red+Green+Blue) = 62+72+119=253 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.51% from 253); Green value is 72 (28.52% from 255 or 28.46% from 253); Blue value is 119 (46.88% from 255 or 47.04% from 253); Max value from RGB is 119 - color contains mainly: blue. Hex color #3E4877 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4877 is #C1B788. Grayscale: #4A4A4A. Windows color (decimal): -12695433 or 7817278. OLE color: 7817278.
HSL color Cylindrical-coordinate representation of color #3E4877: hue angle of 229.47º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3E4877 is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 62 | 72 | 119 | - |
| CMYK | 0.48 | 0.39 | 0 | 0.53 |
| HSL | 229.47º | 0.31% | 0.35% | - |
| HSV(B) | 229.47º | 0.48% | 0.47% | - |
| XYZ | 7.63 | 6.99 | 18.4 | - |
| YUV | 74.37 | 153.19 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 72 | 119 | 0.48 | 0.39 | 0 | 0.53 | 229.47 | 0.31 | 0.35 |
| Hex | 3E | 48 | 77 | 30 | 27 | 0 | 35 | E5 | 1F | 23 |
| Octal | 76 | 110 | 167 | 60 | 47 | 0 | 65 | 345 | 37 | 43 |
| Binary | 111110 | 1001000 | 1110111 | 110000 | 100111 | 0 | 110101 | 11100101 | 11111 | 100011 |
Color Harmonies of #3E4877
Complementary color
Monochromatic Colors of #3E4877
Black with #3E4877
Text Example
Text Example
White with #3E4877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4877; }
p { color: rgb(62,72,119); }
H1.HeaderClassName
{
color: #3E4877;
}
.AnyTagClassName
{
color: #3E4877;
}
</style>
background-color css
<style>
a { background-color: #3E4877; }
a { background-color: rgb(62,72,119); }
div.DivClassName
{
background-color: #3E4877;
}
.BgClassName
{
background-color: #3E4877;
}
</style>
border-color css
<style>
span { border-color: #3E4877; }
span { border-color: rgb(62,72,119); }
td.TdClassName
{
border-color: #3E4877;
}
.TagClassName
{
border-color: #3E4877;
}
</style>