Shades of Port Gore #3D4671
Tints of Port Gore #3D4671
RGB
CMYK
RGB Variations
Color information
#3D4671 (or 0x3D4671) is known color: Port Gore. HEX triplet: 3D, 46 and 71. RGB value is (61,70,113). Sum of RGB (Red+Green+Blue) = 61+70+113=244 (32% of max value = 765). Red value is 61 (24.22% from 255 or 25% from 244); Green value is 70 (27.73% from 255 or 28.69% from 244); Blue value is 113 (44.53% from 255 or 46.31% from 244); Max value from RGB is 113 - color contains mainly: blue. Hex color #3D4671 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4671 is #C2B98E. Grayscale: #484848. Windows color (decimal): -12761487 or 7423549. OLE color: 7423549.
HSL color Cylindrical-coordinate representation of color #3D4671: hue angle of 229.62º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3D4671 is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 61 | 70 | 113 | - |
| CMYK | 0.46 | 0.38 | 0 | 0.56 |
| HSL | 229.62º | 0.3% | 0.34% | - |
| HSV(B) | 229.62º | 0.46% | 0.44% | - |
| XYZ | 7.1 | 6.56 | 16.52 | - |
| YUV | 72.21 | 151.02 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 70 | 113 | 0.46 | 0.38 | 0 | 0.56 | 229.62 | 0.3 | 0.34 |
| Hex | 3D | 46 | 71 | 2E | 26 | 0 | 38 | E6 | 1E | 22 |
| Octal | 75 | 106 | 161 | 56 | 46 | 0 | 70 | 346 | 36 | 42 |
| Binary | 111101 | 1000110 | 1110001 | 101110 | 100110 | 0 | 111000 | 11100110 | 11110 | 100010 |
Color Harmonies of #3D4671
Complementary color
Monochromatic Colors of #3D4671
Black with #3D4671
Text Example
Text Example
White with #3D4671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4671; }
p { color: rgb(61,70,113); }
H1.HeaderClassName
{
color: #3D4671;
}
.AnyTagClassName
{
color: #3D4671;
}
</style>
background-color css
<style>
a { background-color: #3D4671; }
a { background-color: rgb(61,70,113); }
div.DivClassName
{
background-color: #3D4671;
}
.BgClassName
{
background-color: #3D4671;
}
</style>
border-color css
<style>
span { border-color: #3D4671; }
span { border-color: rgb(61,70,113); }
td.TdClassName
{
border-color: #3D4671;
}
.TagClassName
{
border-color: #3D4671;
}
</style>