Shades of Port Gore #3D4777
Tints of Port Gore #3D4777
RGB
CMYK
RGB Variations
Color information
#3D4777 (or 0x3D4777) is known color: Port Gore. HEX triplet: 3D, 47 and 77. RGB value is (61,71,119). Sum of RGB (Red+Green+Blue) = 61+71+119=251 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.30% from 251); Green value is 71 (28.12% from 255 or 28.29% from 251); Blue value is 119 (46.88% from 255 or 47.41% from 251); Max value from RGB is 119 - color contains mainly: blue. Hex color #3D4777 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4777 is #C2B888. Grayscale: #494949. Windows color (decimal): -12761225 or 7817021. OLE color: 7817021.
HSL color Cylindrical-coordinate representation of color #3D4777: hue angle of 229.66º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3D4777 is Cyan = 0.49, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 61 | 71 | 119 | - |
| CMYK | 0.49 | 0.40 | 0 | 0.53 |
| HSL | 229.66º | 0.32% | 0.35% | - |
| HSV(B) | 229.66º | 0.49% | 0.47% | - |
| XYZ | 7.51 | 6.83 | 18.38 | - |
| YUV | 73.48 | 153.69 | 119.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 71 | 119 | 0.49 | 0.40 | 0 | 0.53 | 229.66 | 0.32 | 0.35 |
| Hex | 3D | 47 | 77 | 31 | 28 | 0 | 35 | E6 | 20 | 23 |
| Octal | 75 | 107 | 167 | 61 | 50 | 0 | 65 | 346 | 40 | 43 |
| Binary | 111101 | 1000111 | 1110111 | 110001 | 101000 | 0 | 110101 | 11100110 | 100000 | 100011 |
Color Harmonies of #3D4777
Complementary color
Monochromatic Colors of #3D4777
Black with #3D4777
Text Example
Text Example
White with #3D4777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4777; }
p { color: rgb(61,71,119); }
H1.HeaderClassName
{
color: #3D4777;
}
.AnyTagClassName
{
color: #3D4777;
}
</style>
background-color css
<style>
a { background-color: #3D4777; }
a { background-color: rgb(61,71,119); }
div.DivClassName
{
background-color: #3D4777;
}
.BgClassName
{
background-color: #3D4777;
}
</style>
border-color css
<style>
span { border-color: #3D4777; }
span { border-color: rgb(61,71,119); }
td.TdClassName
{
border-color: #3D4777;
}
.TagClassName
{
border-color: #3D4777;
}
</style>